package
0.0.0-20220610134525-7e76064ecf67
Repository: https://github.com/cheld/miniprow.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewSet creates a String set from a list of values.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Type aliases
sets.String is a set of strings, implemented via map[string]struct{} for minimal memory consumption.