package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Nov 9, 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
¶
type Map[K constraints.Ordered, V any] interface {
Get(k K) (elem V)
GetWithErr(k K) (elem V, err error)
Delete(k K)
Set(k K, v V)
SetWithPrev(k K, v V) (prev V, replaced bool)
Len() int
Range(callback func(k K, v V) bool)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.