Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map[K comparable, V any] struct { // contains filtered or unexported fields }
type Pair ¶
type Pair[K comparable, V any] struct { K K V V }
type SortFunc ¶
type SortFunc[K comparable] func(s []K)
Click to show internal directories.
Click to hide internal directories.