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