The highest tagged major version is
v2.
package
Version:
v1.35.0-aplha
Opens a new window with list of versions in this module.
Published: Nov 16, 2021
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
¶
type StringSet map[string]unit
StringSet helps to de-duplicate a set of strings.
New returns a new StringSet object.
Contains checks if a specified string is present in the set.
Delete deletes the specified string in the set
if set is nil or string is not present, its a no-op
Insert adds strings to the set.
ToList returns the sorted list of inserted strings.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.