package
Version:
v0.0.0-...-e0d6daf
Opens a new window with list of versions in this module.
Published: Feb 25, 2023
License: GPL-3.0
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
¶
Map is a thread safe version of Go standard library's map.
func (m *Map[K, V]) Get(key K) V
func (m *Map[K, V]) Insert(key K, value V)
Insert a value for a given key.
func (m *Map[K, V]) Remove(key K)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.