You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gods/lists/doublylinkedlist
Emir Pasic 616c850bff - refactor list's tests 8 years ago
..
doublylinkedlist.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) 8 years ago
doublylinkedlist_test.go - refactor list's tests 8 years ago