package
Version:
v0.0.0-...-63997f1
Opens a new window with list of versions in this module.
Published: Dec 7, 2024
License: Apache-2.0
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 CastSlice[T any, S any](slice []S, fn func(S) T) []T
func MapIndex[S any, T any](slice []S, fn func(int, S) T) []T
func NoChangeFunc[S any]() func(S) S
func ToMap[S any, K comparable, V any](slice []S, keyFn func(S) K, valueFn func(S) V) map[K]V
Source Files
¶
Click to show internal directories.
Click to hide internal directories.