Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortedKeys ¶
func SortedKeys[T constraints.Ordered](m map[T]any) (keys []T)
SortedKeys returns the keys of m in sorted order.
func Subset ¶
func Subset[T, U comparable](a, b map[T]U) bool
Subset returns true if all the keys of a are present in b and have the same values. If the corresponding value of a[k] is the zero value in b, Subset will skip comparing that value. This allows checking for the presence of map keys.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.