package
0.1.11
Repository: https://github.com/sllt/af.git
Documentation: pkg.go.dev

# Functions

NewSet return a instance of set.
NewSetFromSlice create a set from slice.

# Type aliases

Set is a data container, like slice, but element of set is not duplicate.