Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindLargestIntValueInMap ¶
func FindLargestIntValueInMap[K comparable](myMap map[K]int) (K, int)
func GetMaxKey ¶
func GetMaxKey[T constraints.Ordered, V any](m map[T]V) T
func StableSortedKeys ¶
func StableSortedKeys[T constraints.Ordered, V any](m map[T]V) []T
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.