//
pkg.gl
Category
github.com/sllt/af
datastructure
set
package
0.1.11
Repository:
https://github.com/sllt/af.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
147 SLOC
#
Functions
NewSet
NewSet return a instance of set.
NewSetFromSlice
NewSetFromSlice create a set from slice.
#
Type aliases
Set
Set is a data container, like slice, but element of set is not duplicate.