Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2024 Changes in this version + type GroupMap interface + Add func(t K, v V) + Has func(t K) bool + Inner func() map[K][]V + Len func() int + Range func(n func(K, []V) bool) + Remove func(t K, v V) + RemoveKey func(t K) + func NewGroupMap[K, V comparable]() GroupMap[K, V]