langlab.cmns.colls
Module contains various collection utilities.
keys-sorted-by-val-asc
(keys-sorted-by-val-asc m)Returns keys of map m sorted according to values in ascending order.
keys-sorted-by-val-desc
(keys-sorted-by-val-desc m)Returns keys of map m sorted according to values in descending order.