package
0.7.2
Repository: https://github.com/dnaproject/dna.git
Documentation: pkg.go.dev

# 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.