# 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.