package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Nov 29, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
Equal returns whether s1 and s2 contain the same elements.
Set is a nifty little wrapper for common set operations on a map. Because it
is equivalent to a map, make/range/len will still work with Set.
FromSlice converts a slice of strings into a Set.
New creates a new Set with xs.
Has returns true if x is in s.
Sub returns a new set which is the result of s minus s2.
ToSlice converts s to a slice.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.