package
Version:
v0.0.0-...-6902453
Opens a new window with list of versions in this module.
Published: Oct 23, 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[E any](list []E, filter func(e E) bool) []E
func Map[E any, T any](list []E, m func(e E) T) []T
func MapIndexed[E any, T any](list []E, m func(e E, i int) T) []T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.