package
Version:
v0.0.0
Opens a new window with list of versions in this module.
Published: Apr 1, 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](list []T, cond func(T) bool) []T
func Identity[T any](t T) T
func Map[T any, P any](list []T, mapFn func(T) P) []P
Source Files
¶
Click to show internal directories.
Click to hide internal directories.