//
pkg.gl
Category
github.com/raito-io/golang-set
set
package
0.0.4
Repository:
https://github.com/raito-io/golang-set.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
14
Files
84 SLOC
#
Functions
NewSet
NewSet creates a new Set from a list of values.
#
Type aliases
Set
Set is a container that store unique elements in no particular order.