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
57162feff5
gods
/
lists
History
Emir Pasic
57162feff5
- rename Reset() to Begin() in iterators (this will allow End() which will make reverse loops more readable)
2016-06-27 00:08:01 +02:00
..
arraylist
- rename Reset() to Begin() in iterators (this will allow End() which will make reverse loops more readable)
2016-06-27 00:08:01 +02:00
doublylinkedlist
- rename Reset() to Begin() in iterators (this will allow End() which will make reverse loops more readable)
2016-06-27 00:08:01 +02:00
singlylinkedlist
- rename Reset() to Begin() in iterators (this will allow End() which will make reverse loops more readable)
2016-06-27 00:08:01 +02:00
lists.go
- add reversible iterators to lists (array list and doubly-linked list)
2016-06-25 18:17:48 +02:00