Essence.Utils.map_sort
You're seeing just the function
map_sort
, go back to Essence.Utils module for more information.
Link to this function
map_sort(map, order_fun \\ &>/2, by \\ :value)
Sorts a given map
either by
:value
or :key
using the supplied
order_fun
for comparison between elements. Returns an ordered list of
{key, value} tuples.