Versions in this module Expand all Collapse all v0 v0.1.0 Feb 16, 2026 Changes in this version + func IsSubMap[K comparable, V any](sub, super map[K]V, eq func(a, b V) bool) bool + func JoinOrError[K comparable, V any](left, right map[K]V, dup func(K, *V, *V) (V, error)) (map[K]V, error) + func Join[K comparable, V any](left, right map[K]V, dup func(K, *V, *V) V) map[K]V + func MapKeys[KIn, KOut comparable, V any](input map[KIn]V, f func(KIn) KOut) map[KOut]V + func MapValues[K comparable, VIn, VOut any](input map[K]VIn, f func(K, VIn) VOut) map[K]VOut