Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Keys ¶ added in v0.8.0
func Keys[K comparable, V any](m map[K]V) []K
Keys returns the keys of the provided map in unspecified order.
func Values ¶ added in v0.8.0
func Values[K comparable, V any](m map[K]V) []V
Values returns the values of the provided map in unspecified order.
Types ¶
Click to show internal directories.
Click to hide internal directories.