package
Version:
v0.7.6
Opens a new window with list of versions in this module.
Published: Oct 23, 2025
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
¶
func (m *Map[K, V]) Delete(key K)
func (m *Map[K, V]) Get(key K) (V, bool)
func (m *Map[K, V]) Keys() []K
func (m *Map[K, V]) Set(key K, value V)
func (m *Map[K, V]) WithLock(fn func(map[K]V))
func (m *Map[K, V]) WithRLock(fn func(map[K]V))
Source Files
¶
Click to show internal directories.
Click to hide internal directories.