Versions in this module Expand all Collapse all v0 v0.0.3 Nov 6, 2025 Changes in this version + func CloneVal[V any](val V) V + func CopyVal[V any](val V) V + func Equal[V any](v1, v2 V) bool + func IsZST[V any]() bool + func PanicOnZST[V any]() + type CloneFunc func(V) V + func CloneFnFactory[V any]() CloneFunc[V] + type Cloner interface + Clone func() V + type Equaler interface + Equal func(other V) bool