Versions in this module Expand all Collapse all v0 v0.0.2 Oct 15, 2025 v0.0.1 Oct 15, 2025 Changes in this version + func Copy[T any](src T, opts ...Option) (dst T) + type Option func(opt *copyConfig) + func DisallowBidirectionalChan() Option + func DisallowCircular() Option + func DisallowTypes(val ...any) Option + func DisallowUnexported() Option