package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Jun 24, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package stringset contains a simple set implementation.
A Set is a compact set of strings.
New returns a new Set containing the given strings.
Add inserts each element of strs into s.
Contains reports whether str is a member of s.
Remove removes str from s, if it is present.
Slice returns a slice of the strings contained in s. The slice is ordered
lexicographically.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.