package
2.7.3
Repository: https://github.com/aeo123/gf.git
Documentation: pkg.go.dev

# Functions

New create and returns a new set, which contains un-repeated items.
NewFrom returns a new set from `items`.
NewIntSet create and returns a new set, which contains un-repeated items.
NewIntSetFrom returns a new set from `items`.
NewSet create and returns a new set, which contains un-repeated items.
NewStrSet create and returns a new set, which contains un-repeated items.
NewStrSetFrom returns a new set from `items`.

# Structs

IntSet is consisted of int items.
Set is consisted of interface{} items.
StrSet is consisted of string items.