Versions in this module Expand all Collapse all v0 v0.0.1 May 18, 2026 Changes in this version + type Map struct + func MapOf[K comparable, V any](m map[K]V) Map[K, V] + func (m Map[K, V]) All() iter.Seq2[K, V] + func (m Map[K, V]) Len() int + func (m Map[K, V]) Value(k K) (V, bool)