Documentation ¶
Index ¶
- func Exists[T any](predicate funcs.Predicate[T]) funcs.Applier[[]T, bool]
- func Head[T any](ts []T) T
- func Map[V any, V1 any](mapper funcs.Mapper[V, V1]) funcs.Applier[[]V, []V1]
- func Tail[T any](ts []T) []T
- func ToMapWithValues[K comparable, V any](valueGenerator func(i int, k K) V) funcs.Applier[[]K, map[K]V]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToMapWithValues ¶
func ToMapWithValues[K comparable, V any](valueGenerator func(i int, k K) V) funcs.Applier[[]K, map[K]V]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.