Documentation
¶
Overview ¶
Package maps contains functions for manipulating maps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Values ¶
func Values[K comparable, V any](m map[K]V) []V
Values returns the values of m as a slice.
Types ¶
Click to show internal directories.
Click to hide internal directories.