Documentation ¶
Overview ¶
Package maputil contains helpers related to maps, usually ones that are generic-related.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Values ¶
func Values[K comparable, V any](in map[K]V) []V
Values creates an array of the map values.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.