Versions in this module Expand all Collapse all v0 v0.1.0 May 9, 2024 Changes in this version + func KeysEqual[T comparable, V any](m1, m2 map[T]V) bool + func KeysFunc[T comparable, V any](m map[T]V, f func(k T) (T, bool)) []T + func Keys[T comparable, V any](m map[T]V) []T + func NewConMap[K comparable, V any](cap int) *conMap[K, V] + func Range[K comparable, V any](m map[K]V, f func(k K, v V) bool)