package
Version:
v0.20.1
Opens a new window with list of versions in this module.
Published: Jul 18, 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
¶
func Equal(a, b interface{}) bool
Equal returns true iff a == b. If a or b implements Equatable, that is used
to perform the test.
type Equatable interface {
Equal(interface{}) 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.