Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortMap ¶
func SortMap[T constraints.Ordered, V Number](m map[T]V) []T
func SortSlice ¶
func SortSlice[T constraints.Ordered](s []T, order SortOrder)
Types ¶
type Pair ¶
type Pair[T constraints.Ordered, V Number] struct { // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.