package
0.0.131
Repository: https://github.com/kaydxh/golang.git
Documentation: pkg.go.dev

# Functions

ObjectKeySet creates a Object from a keys of a map[Object](? extends interface{}).
No description provided by the author
NewObject creates a Object 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{}).

# Structs

No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

sets.Object is a set of Objects, implemented via map[Object]struct{} for minimal memory consumption.
type Set[type T comparable] map[T]Empty.
sets.String is a set of strings, implemented via map[string]struct{} for minimal memory consumption.