Versions in this module Expand all Collapse all v0 v0.0.2 Jan 27, 2025 Changes in this version type T + func Empty[U any]() T[U] v0.0.1 Jan 25, 2025 Changes in this version + func Compare[U cmp.Ordered](x, y T[U]) int + func Less[U cmp.Ordered](x, y T[U]) bool + func Unwrap[U any](x T[U]) (U, bool) + type T struct + func Wrap[U any](value U) T[U] + func (x T[U]) Set() bool + func (x T[U]) Value() U