package
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Jun 26, 2023
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
¶
func Filter[T any](in []T, predicate func(element T) bool) (out []T)
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)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.