package
Version:
v0.0.12
Opens a new window with list of versions in this module.
Published: Mar 22, 2022
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
¶
Contains check if string exists in given slice
Filter applies a given predicate function to each element of s.
If the predicate is satisfied the element gets added to the result slice.
Set represents a set of strings
NewSet initializes and returns a new Set
Add ensures a given string is part of the Set
Contains returns whether s is part of the Set
ToSlice takes all elements of the set and assigns them to a []string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.