nitc :: Metric :: sort
# Sort the metric keys by values fun sort: Array[ELM] do return values.keys_sorted_by_values(default_reverse_comparator) end