/collections

Primary LanguageGoApache License 2.0Apache-2.0

Collections (Golang library)

go get github.com/joshuatcasey/collections

Contains several functions to help with common array processing. These functions are stateless and generic.

Also contains a set class which is backed by a standard map.

Consuming

go get github.com/joshuatcasey/collections

Testing

./scripts/unit.sh