This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
gods
Watch
2
Star
0
Fork
0
You've already forked gods
mirror of
https://github.com/emirpasic/gods
synced
2024-11-06 15:20:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
544abaeab1
gods
/
containers
History
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)
2016-06-24 06:20:24 +02:00
..
containers_test.go
- iterator tests
2016-06-22 03:42:35 +02:00
containers.go
- naming conventions (calling interfaces by what they are)
2016-06-22 03:09:48 +02:00
enumerable.go
- 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)
2016-06-24 06:20:24 +02:00
iterator.go
- code document all enumarable functions and iterators in containers
2016-06-24 00:08:04 +02:00