Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapValues ¶
func MapValues[K comparable, From, To any](m map[K]From, valueMapper func(From) To) (result map[K]To)
func SortedFunc ¶
func SortedFunc[K comparable, V any](m map[K]V, cmp func(K, K) int) iter.Seq2[K, V]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.