package
Version:
v2.0.0-...-cfe7cf8
Opens a new window with list of versions in this module.
Published: Feb 6, 2022
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
¶
Equal returns true iff a == b. If a or b implements Equatable, that is used
to perform the test.
type Equatable[T any] interface {
Equal(T) bool
}
Equatable represents a type that can be compared for equality with another
value.
Key represents a type that can be used as a key in a Map or a Set.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.