package
Version:
v0.4.20
Opens a new window with list of versions in this module.
Published: Dec 7, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Filter[A any](f func(A) bool, arr []A) []A
func Map[A any, B any](f func(A) B, arr []A) []B
func Reduce[A any, B any](f func(B, A) B, init B, arr []A) B
func Reject[A any](f func(A) bool, arr []A) []A
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.