Versions in this module Expand all Collapse all v1 v1.0.0 Aug 4, 2026 Changes in this version + type Null struct + Val T + Valid bool + func FromPtr[T any](p *T) Null[T] + func From[T any](v T) Null[T] + func (n Null[T]) Get() (T, bool) + func (n Null[T]) IsZero() bool + func (n Null[T]) Or(fallback T) T + func (n Null[T]) Ptr() *T