Versions in this module Expand all Collapse all v2 v2.0.0 Jan 4, 2024 Changes in this version + type BidiMap interface + GetKey func(value V) (key K, found bool) + type Map interface + Get func(key K) (value V, found bool) + Keys func() []K + Put func(key K, value V) + Remove func(key K) v2.0.0-alpha Jan 4, 2024