Versions in this module Expand all Collapse all v1 v1.1.0 Feb 5, 2025 v1.0.0 Jan 22, 2025 Changes in this version + func KeyList[k K, v V](elementList map[k]v) []k + func ValueList[k K, v V](elementList map[k]v) []v + type K interface + type V interface