Emir Pasic
|
4673683cbc
|
Update enumerable.go
|
8 years ago |
Emir Pasic
|
213367f1ca
|
- replace long bsd text with short in all .go files
|
9 years ago |
Emir Pasic
|
59bebe43ce
|
- update all documentation to be in godoc style
|
9 years ago |
Emir Pasic
|
ef9baa808a
|
- golint
|
9 years ago |
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
|
beb6027d2f
|
- documentation updates
|
9 years ago |
Emir Pasic
|
8cb4635c2c
|
- code document all enumarable functions and iterators in containers
|
9 years ago |
Emir Pasic
|
f0206f2457
|
- add enumerable to tree map
|
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
|
3b3edfc539
|
- naming conventions (calling interfaces by what they are)
|
9 years ago |