package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Nov 4, 2024
License: GPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Map[K comparable, V any] interface {
Size() int
IsEmpty() bool
ContainsKey(key K) bool
Get(key K) (V, bool)
Put(key K, value V) V
Remove(key K) bool
PutAll(other Map[K, V])
Clear()
Keys() []K
Values() []V
Entries() []MapEntry[K, V]
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.