package
Version:
v1.0.49
Opens a new window with list of versions in this module.
Published: Jul 16, 2024
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 Map[T1, T2 any](f func(T1) T2, values []T1) []T2
func Reduce[T1, T2 any](f func(T1, T2) T1, initial T1, values []T2) T1
func Where[T any](f func(T) bool, values []T) []T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.