Versions in this module Expand all Collapse all v1 v1.6.0 Aug 29, 2026 Changes in this version + func Format[T any](v T) string + func Identity[T any](v T) T + type Box struct + Value T + func (b Box[T]) Get() T + type Pair struct + First A + Second B + func NewPair[A, B any](a A, b B) Pair[A, B]