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.
HashSet
ArraySet
DynamicSet
hermannm/set
pkg.go.dev/hermannm.dev/set