package
Version:
v2.10.0
Opens a new window with list of versions in this module.
Published: Jan 26, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Copy creates a deep copy of whatever is passed to it and returns the copy
in an any. The returned value will need to be asserted to the
correct type.
type Interface interface {
DeepCopy() any
}
Interface for delegating copy process to type
Source Files
¶
Click to show internal directories.
Click to hide internal directories.