Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contains ¶
func Contains[T comparable](s []T, v T) bool
Contains returns true if an T is present in a iteratee.
func Filter ¶
Filter iterates over a collection of T, returning an array of all T elements predicate returns truthy for.
func FilterInplace ¶
FilterInplace iterates over a collection of T, returns a slice(point to self'Data) of all T elements predicate returns truthy for. the operation occurs inplace, the argument s'Data would be modified.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.