- Add a ForEach function for each of the datatypes, for this one, for db and for simpleredis.
- Improve the hash map implementation.
-
func(ll *LinkedList) MoveAfter(it *Item, mark *Item) error
-
func(ll *LinkedList) MoveBefore(it *Item, mark *Item) error
-
InsertAfter
,InsertBefore
,MoveAfter
andMoveBefore
's mark parameter should be anItem
- returned fromFront()
,Back()
or any of theGetters