package
0.0.0-20241025025505-54f03be13738
Repository: https://github.com/cupogo/andvari.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
NewString creates a String from a list of values.
StringKeySet creates a String from a keys of a map[string](? extends interface{}).
# Structs
Empty is public since it is used by some internal API objects for conversions between external string arrays and internal sets, and conversion logic requires public types today.
# Type aliases
String is a set of strings, implemented via map[string]struct{} for minimal memory consumption.