Documentation ¶
Overview ¶
Package xmaps provides some generic utilities missed from x/exp/maps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortedKeys ¶
func SortedKeys[M ~map[K]V, K constraints.Ordered, V any](m M) []K
SortedKeys returns a sorted slice of keys in the map.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.