//
pkg.gl
Category
github.com/uber/kraken
utils
stringset
package
0.1.4
Repository:
https://github.com/uber/kraken.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
1
Dependents
12
Files
73 SLOC
#
Functions
Equal
Equal returns whether s1 and s2 contain the same elements.
FromSlice
FromSlice converts a slice of strings into a Set.
New
New creates a new Set with xs.
#
Type aliases
Set
Set is a nifty little wrapper for common set operations on a map.