Documentation ¶
Index ¶
- func Filter[T any](in []T, predicate func(element T) bool) (out []T)
- func FilterErr[T any](in []T, predicate func(element T) (bool, error)) (out []T, err error)
- func Map[In any, Out any](in []In, f func(i In) (o Out)) (out []Out)
- func MapErr[In any, Out any](in []In, f func(i In) (o Out, err error)) (out []Out, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.