package
Version:
v0.9.7-1
Opens a new window with list of versions in this module.
Published: Aug 1, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
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 represents object that can be deep-copied.
type Equaler[T any] interface {
Equal(T) bool
}
Equaler represents objects can be compared for equality via the Equals method.
type Number interface {
constraints.Integer | constraints.Float
}
Number represents any integer or floating-point number.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.