Documentation ¶
Index ¶
- func ActionWG(actions []func())
- func Filter[T any](arr []T, test func(T) bool) (output []T)
- func FilterWG[T any](arr []T, test func(T) bool) (result []T)
- func For(size int, action func(int))
- func ForEach[T any](arr []T, action func(T))
- func ForEachWG[T any](arr []T, action func(T))
- func ForSquare(size int, action func(int, int))
- func Map[T any, U any](arr []T, action func(T) U) (output []U)
- func MapWG[T any, U any](arr []T, action func(T) U) (result []U)
- func OrderedMapWG[T any, U any](arr []T, action func(T) U) []U
- type Pair
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OrderedMapWG ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.