Versions in this module Expand all Collapse all v2 v2.1.0 Mar 30, 2024 v2.0.3 Oct 29, 2023 Changes in this version + type Map struct + func (m *Map[K, V]) Delete(key K) + func (m *Map[K, V]) Load(key K) (value V, ok bool) + func (m *Map[K, V]) Range(f func(key K, value V) bool) + func (m *Map[K, V]) Store(key K, value V)