Versions in this module Expand all Collapse all v1 v1.2.7 Jan 23, 2024 Changes in this version + type SyncMap interface + Get func(key K) (value V, ok bool) + Put func(key K, value V) (inserted bool) + func New[K comparable, V any]() SyncMap[K, V] v1.2.7-prerelease3 Jan 23, 2024