This website requires JavaScript.
Explore
Help
Sign In
contrib
/
gods
Watch
1
Star
0
Fork
0
You've already forked gods
mirror of
https://github.com/emirpasic/gods.git
synced
2026-06-17 16:36:39 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
544abaeab1884c23544c6687aee82be404decfe6
gods
/
lists
/
arraylist
T
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
..
arraylist_test.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
arraylist.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