Is there a way in verse to sort() map by value
var IdCountMap : [int]int = map{}
for (Id → Count : IdCountMap):
I’d like to sort by the maps count
Is there a way in verse to sort() map by value
var IdCountMap : [int]int = map{}
for (Id → Count : IdCountMap):
I’d like to sort by the maps count