Versions in this module Expand all Collapse all v1 v1.6.0 Aug 29, 2026 Changes in this version + func Identity[T any](v T) T + func Map[T, U any](xs []T, f func(T) U) []U + func Use() string + type Alias = List[T] + type Box struct + Value T + func (b Box[T]) Get() T + type Combiner interface + Combine func(T, U) T + type Integer interface + type List []T + type Pair struct + First A + Second B + func (p Pair[A, B]) FirstValue() A + type Reader interface + Read func() string + type Record struct + Name string