package
Version:
v0.0.1-beta.5
Opens a new window with list of versions in this module.
Published: Jan 25, 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 FilterSlice[T any](sT *[]T, f func(T) bool) (result []T)
func Find[T any](sT *[]T, f func(T) bool) (result T)
func ReduceSlice[T any, U any](sT *[]T, f func(accumulator U, current T) U) *U
Source Files
¶
Click to show internal directories.
Click to hide internal directories.