package
Version:
v0.0.0-...-407441d
Opens a new window with list of versions in this module.
Published: Aug 19, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
IntSet maintains a deduped list of strings added to it
NewIntSet initializes a set with the values form the input int slice
Has returns true if the value if found in the underlying set
Keys returns a slice of all keys in the set
Remove a value from the set
StringSet maintains a deduped list of strings added to it
NewStringSet initializes a set with the values form the input string slice
Has returns true if the value if found in the underlying set
Keys returns a slice of all keys in the set
Remove a value from the set
Source Files
¶
Click to show internal directories.
Click to hide internal directories.