Documentation ¶
Overview ¶
Package maputil provides utilities for working with maps. It should be considered an extension to the std maps package.
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 a slice of all keys in the given map. The order of the keys is unspecified.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.