Versions in this module Expand all Collapse all v0 v0.0.14 Mar 21, 2025 v0.0.13 Feb 5, 2025 Changes in this version + type Value struct + func NewValue[T any](t T) Value[T] + func (value Value[T]) Set(v T) + func (value Value[T]) String() string + func (value Value[T]) Swap(n T) (old T) + func (value Value[T]) Value() T + type ValueNotInitializedError struct + func NewValueNotInitializedError() ValueNotInitializedError