package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 15, 2025
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type OrderedMap[K any, V any] interface {
Set(key K, value V) error
Get(key K) (V, error)
Keys() []K
Remove(key K) error
Clear()
Size() int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.