Documentation
¶
Index ¶
- func Batch[T any](source []T, batchSize int) [][]T
- func Filter[ArrayType any](input []ArrayType, f func(ArrayType) bool) []ArrayType
- func Map[InputType, OutputType any](input []InputType, f func(InputType) OutputType) []OutputType
- func Reduce[InputType, OutputType any](input []InputType, f func(OutputType, InputType) OutputType, ...) OutputType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.