package
0.2.0
Repository: https://github.com/jefffaer/go-stdlib-ext.git
Documentation: pkg.go.dev

# Functions

SortableKeys returns a new slice of the map's keys in their natural order.
SortableKeysFunc returns a new slice of the map's keys ordered according to the provided function.

# Interfaces

SortableKey is a type constraint that captures all map keys that are naturally sortable.