package
0.15.4
Repository: https://github.com/frantjc/forge.git
Documentation: pkg.go.dev

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