Versions in this module Expand all Collapse all v1 v1.0.0 Aug 11, 2025 Changes in this version + type Maker func(n int) Map[K, V] + type Map interface + All func() iter.Seq[V] + Delete func(key K) + Get func(key K) (v V, ok bool) + Len func() int + Put func(key K, v V) + Scan func() iter.Seq2[K, V] + type SafeMaker func(n int) SafeMap[K, V] + type SafeMap interface + Locker func() sync.Locker + RLocker func() sync.Locker