Versions in this module Expand all Collapse all v1 v1.0.4 Jul 20, 2023 v1.0.2 Jul 20, 2023 Changes in this version + func Copy(m map[K]V) map[K]V + func Keys(m map[K]V) (keys []K) + func Range(m map[K]V, fn func(k K, v V) bool) bool + func Values(m map[K]V) (values []V) + type Entry struct + Key K + Value V + func Entries(m map[K]V) (entries []Entry[K, V])