Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Filter ¶
Filter - returns a slice containing only the elements that satisfy the predicate function filterFunc.
func Map ¶
Map - returns a new slice containing the results of applying the mapFunc to each element of the input slice.
func Unique ¶
func Unique[T comparable](slice []T) []T
Unique - returns a cleaned up list, where every item is unique. Does NOT guarantee any ordering, the result can be in any order!
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.