Documentation ¶
Overview ¶
Package chezmoimaps implements common map functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Keys ¶ added in v2.46.1
func Keys[M ~map[K]V, K comparable, V any](m M) []K
Keys returns the keys of the map m.
func SortedKeys ¶
SortedKeys returns the keys of the map m in order.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.