Versions in this module Expand all Collapse all v0 v0.4.1 Aug 8, 2025 v0.4.0 Feb 6, 2025 Changes in this version + const AnnotationKey + const AnnotationValue + func MapIndex[A any, B any](f func(i int, a A) B, as []A) []B + func Map[A any, B any](f func(a A) B, as []A) []B + type TestArgs struct