Versions in this module Expand all Collapse all v1 v1.2.2 Oct 15, 2025 Changes in this version + type Option struct + func Empty[T any]() Option[T] + func New[T any](value T) Option[T] + func Some[T any](value T) Option[T] + func (o Option[T]) Get() T + func (o Option[T]) IsEmpty() bool