# Functions
NewStringSet creates a StringSet from a list of values.
StringKeySet creates a StringSet from a keys of a map[string](? extends interface{}).
# Type aliases
StringSet is a set of strings, implemented via map[string]struct{} for minimal memory consumption.