package
Version:
v0.0.0-...-703489d
Opens a new window with list of versions in this module.
Published: Apr 12, 2024
License: Apache-2.0
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
¶
Set is basic implementation of string based set.
NewSet creates a new Set from given strings.
Add adds a string to the Set.
All adds all elements of a slice to the Set.
Contains checks if element exists within the Set.
Equal checks if given Set is equal to the other given Set.
Len gets the length of the Set.
Slice coverts a Set to a []string.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.