Versions in this module Expand all Collapse all v0 v0.0.5 Mar 28, 2024 v0.0.4 Feb 1, 2024 v0.0.3 Nov 17, 2023 Changes in this version + type Mapx interface + Delete func(Key) + Get func(Key) (Value, bool) + Keys func() []Key + Len func() int + Range func(fn func(Key, Value)) + Set func(Key, Value) + func New[Key comparable, Value any](threadSafe bool) Mapx[Key, Value]