Versions in this module Expand all Collapse all v0 v0.5.1 Jan 24, 2023 Changes in this version + type Map struct + func NewMap(less func(a, b interface{}) bool) *Map + func (m *Map) String() string + func (pm *Map) Clear() + func (pm *Map) Clone() *Map + func (pm *Map) Delete(key interface{}) + func (pm *Map) Destroy() + func (pm *Map) Get(key interface{}) (interface{}, bool) + func (pm *Map) Range(f func(key, value interface{})) + func (pm *Map) Set(key, value interface{}, release func(key, value interface{})) + func (pm *Map) SetAll(other *Map)