/set

A basic no-frills implementation of a Set collection in golang

Primary LanguageGoMIT LicenseMIT

DS

Go Report Card Godoc Releases LICENSE

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.

Usage & Examples

Examples can be found on the documentation for the library