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-14 16:06:42 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
616c850bffc342ce486407ab8ce9d8e5849e1ae8
gods
/
lists
/
arraylist
T
History
Emir Pasic
616c850bff
- refactor list's tests
2016-06-24 19:17:50 +02:00
..
arraylist_test.go
- refactor list's tests
2016-06-24 19:17:50 +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