Built with:
Go
A Go package that provides generic Set data structures (collections of unique elements). It
implements a HashSet, an
ArraySet and a
DynamicSet, with a common interface between
them.
-
Code:
hermannm/set