Package set is a basic, no-frills implementation of a Set collection. A set is an array with only unique values.
It supports string, int, uint, float32, float64.
Examples can be found on the documentation for the library
Package set is a basic, no-frills implementation of a Set collection. A set is an array with only unique values.
It supports string, int, uint, float32, float64.
Examples can be found on the documentation for the library