package
Version:
v0.4.1
Opens a new window with list of versions in this module.
Published: Aug 8, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
AnnotationKey = "there-is-always-money"
AnnotationValue = "in-the-banana-stand"
)
func Map[A any, B any](f func(a A) B, as []A) []B
Map transforms a slice using the provided function.
func MapIndex[A any, B any](f func(i int, a A) B, as []A) []B
MapIndex transforms a slice using the provided index-aware function.
TestArgs bundles common arguments for test operations.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.