package
Version:
v0.3.83-rc-239cfd4
Opens a new window with list of versions in this module.
Published: Jul 12, 2023
License: Apache-2.0
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 DeepCopier[T any] interface {
DeepCopy() T
}
DeepCopier expresses that the object can be deep-copied.
type Equaler[T any] interface {
Equal(T) bool
}
Equaler expresses that objects can be compared for equality via the Equals method.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.