Versions in this module Expand all Collapse all v0 v0.4.4 Nov 3, 2024 Changes in this version + type MapOf struct + func (m *MapOf[K, V]) Clear() + func (m *MapOf[K, V]) Count() int + func (m *MapOf[K, V]) Delete(key K) + func (m *MapOf[K, V]) Empty() bool + func (m *MapOf[K, V]) Has(key K) bool + func (m *MapOf[K, V]) Load(key K) (value V, ok bool) + func (m *MapOf[K, V]) LoadOrStore(key K, value V) (actual V, loaded bool) + func (m *MapOf[K, V]) Range(f func(key K, value V) bool) + func (m *MapOf[K, V]) Store(key K, value V) + func (m *MapOf[K, V]) ToMap() map[K]V + func (m *MapOf[K, V]) Values() []V