package
Version:
v0.20.2
Opens a new window with list of versions in this module.
Published: Aug 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
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.
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.
type KeyValue struct {
Key, Value interface{}
}
KeyValue represents a key-value pair for insertion into a Map.
String returns a string representation of a KeyValue.
Hash computes a hash for a KeyValue.
String returns a string representation of a KeyValue.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.