package
Version:
v0.0.29
Opens a new window with list of versions in this module.
Published: Aug 22, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
type Map
-
func (m *Map[K, T]) Clear()
-
func (m *Map[K, T]) Delete(key K)
-
func (m *Map[K, T]) ForEach(fn func(key K, value T))
-
func (m *Map[K, T]) Get(key K) (T, bool)
-
func (m *Map[K, T]) Keys() []K
-
func (m *Map[K, T]) Len() int
-
func (m *Map[K, T]) Set(key K, value T)
-
func (m *Map[K, T]) Values() []T
func (m *Map[K, T]) Clear()
func (m *Map[K, T]) Delete(key K)
func (m *Map[K, T]) ForEach(fn func(key K, value T))
func (m *Map[K, T]) Get(key K) (T, bool)
func (m *Map[K, T]) Keys() []K
func (m *Map[K, T]) Set(key K, value T)
func (m *Map[K, T]) Values() []T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.