Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExistInSlice ¶
func ExistInSlice[T comparable](item T, list []T) bool
ExistInSlice checks whether a comparable element exists in a slice of the same type.
func ExistInSliceWithRegex ¶
ExistInSliceWithRegex checks whether a string exists in a slice either by direct match, or by a regular expression (eg. `^\w+$`).
_Note: Only list items starting with '^' and ending with '$' are treated as regular expressions!_
func NonzeroUniques ¶
func NonzeroUniques[T comparable](list []T) []T
NonzeroUniques returns only the nonzero unique values from a slice.
func ToInterfaceSlice ¶
ToInterfaceSlice converts a generic slice to slice of interfaces.
func ToUniqueStringSlice ¶
ToUniqueStringSlice casts `value` to a slice of non-zero unique strings.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.