package
0.18.8
Repository: https://github.com/flowline-io/flowbot.git
Documentation: pkg.go.dev

# Functions

IntKeySet creates a Int from a keys of a map[int](? extends interface{}).
NewInt creates a Int from a list of values.
NewString creates a String from a list of values.
StringKeySet creates a String from a keys of a map[string](? extends interface{}).

# Type aliases

Int sets.Int is a set of ints, implemented via map[int]struct{} for minimal memory consumption.
String sets.String is a set of strings, implemented via map[string]struct{} for minimal memory consumption.