package
0.1.4
Repository: https://github.com/uber/kraken.git
Documentation: pkg.go.dev

# Functions

Equal returns whether s1 and s2 contain the same elements.
FromSlice converts a slice of strings into a Set.
New creates a new Set with xs.

# Type aliases

Set is a nifty little wrapper for common set operations on a map.