Versions in this module Expand all Collapse all v1 v1.0.0 Sep 22, 2022 Changes in this version + type Map struct + func NewMap(hasher utils.Hasher[K]) *Map[K, V] + func (m *Map[K, V]) Get(key K) V + func (m *Map[K, V]) GetOk(key K) (res V, ok bool) + func (m *Map[K, V]) Set(key K, value V)