# Functions
Ascending takes a map with orderable keys and invokes the given callback function with the map's key-value pairs in ascending order by key.
Descending takes a map with orderable keys and invokes the given callback function with the map's key-value pairs in descending order by key.