Versions in this module Expand all Collapse all v0 v0.2.5 Sep 4, 2025 v0.2.4 Aug 9, 2025 Changes in this version + func Clone[M ~map[K]V, K comparable, V any](m M) M + func Contains[M1, M2 ~map[K]V, K comparable, V comparable](superset M1, subset M2) bool + func EqualFunc[M1 ~map[K]V1, M2 ~map[K]V2, K comparable, V1, V2 any](m1 M1, m2 M2, eq func(V1, V2) bool) bool + func Equal[M1, M2 ~map[K]V, K, V comparable](m1 M1, m2 M2) bool + func Keys[M ~map[K]V, K comparable, V any](m M) []K + func MergeCopy[M1 ~map[K]V, M2 ~map[K]V, K comparable, V any](base M1, override M2) M1 + func SeqStable[M ~map[K]V, K cmp.Ordered, V any](m M) iter.Seq2[K, V] + func Values[M ~map[K]V, K comparable, V any](m M) []V