package
Version:
v0.0.0-...-7ee87ef
Opens a new window with list of versions in this module.
Published: Jan 29, 2023
License: MIT
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
¶
goroutine-safe map
func (m *Map[K, V]) Clear()
func (m *Map[K, V]) Delete(k K)
func (m *Map[K, V]) Get(k K) V
func (t *Map[K, V]) Keys() []K
func (m *Map[K, V]) Set(k K, v V)
func (m *Map[K, V]) Size() int
func (t *Map[K, V]) Values() []V
Source Files
¶
Click to show internal directories.
Click to hide internal directories.