Versions in this module Expand all Collapse all v0 v0.0.14 Jul 2, 2024 v0.0.13 Jun 16, 2024 v0.0.12 Mar 31, 2024 Changes in this version + func Key[V, K, KOUT any](converter func(K) KOUT) (out func(key K, val V) (KOUT, V)) + func Value[K, V, VOUT any](converter func(V) VOUT) (out func(key K, val V) (K, VOUT))