Simple map/filter/reduce package in Golang using generics.
Commits
Author
Commit
Message
Date
This will hopefully help in replacing Choose and Drop with Filter.
This replaces Choose+Drop with a cleaner Filter.
Old test file used increment operator I avoid. This fixes it.
- Headers for all source files are cleaned up
- README notice is cleaned up
- LICENCE file is cleaned up