Versions in this module Expand all Collapse all v0 v0.22.1 May 7, 2026 v0.22.0 Apr 30, 2026 v0.21.4 Mar 31, 2026 Changes in this version + func Coalesce[T any](ptrs ...*T) *T + func Equal[T comparable](a, b *T) bool + func Of[T comparable](v T) *T + func ValueOrElse[T any](p *T, fn func() T) T + func Value[T any](p *T, fallbacks ...*T) T + func Zero[T any]() T