Emir Pasic
|
544abaeab1
|
- remove map and select functions from enumerable interface, because this requires type assertions in chaining, which is really ugly and unnecessary. the only drawback is that one might forget to implement those functions and interface implementations asserts will not register that. (need help on this)
|
9 years ago |
Emir Pasic
|
3b6a40775a
|
- split enumerables into enumerables with keys and with indexes (same was done for iterators)
|
9 years ago |
Emir Pasic
|
60c2f3af71
|
- add enumerable and iterator to doubly linked list
|
9 years ago |
Emir Pasic
|
dd0fbaa365
|
- add insert for doublylinkedlist
|
9 years ago |
Emir Pasic
|
9f6dbf940a
|
add swap method on all lists
|
11 years ago |
Emir Pasic
|
1eafbc82c5
|
doubly linked list
|
11 years ago |