Documentation
¶
Overview ¶
Package maps provides utility functions for working with maps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Keys ¶
func Keys[K comparable, V any](m map[K]V) []K
Keys returns the keys of the given map in no particular order.
func SortedKeys ¶
SortedKeys returns the keys of the given map sorted in ascending order.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.