package
Version:
v2.0.0
Opens a new window with list of versions in this module.
Published: Mar 25, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Clonable[T any] interface {
Clone() T
}
Clonable returns clone object.
type Copyable[T any] interface {
CopyTo(*T) error
}
Copyable copy to given object.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.