Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map[K comparable, V any] interface { Put(key K, value V) Get(key K) (value V, found bool) Remove(key K) Keys() []K Empty() bool Size() int Clear() Values() []V String() string }
func NewVisibleMap ¶
func NewVisibleMap[K comparable, V any]() Map[K, V]
Click to show internal directories.
Click to hide internal directories.