gods/containers
2016-06-24 06:20:24 +02:00
..
containers_test.go - iterator tests 2016-06-22 03:42:35 +02:00
containers.go - naming conventions (calling interfaces by what they are) 2016-06-22 03:09:48 +02:00
enumerable.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
iterator.go - code document all enumarable functions and iterators in containers 2016-06-24 00:08:04 +02:00