sorting associative array's keys by values

maarten van damme maartenvd1994 at gmail.com
Sat Jun 16 09:34:19 PDT 2012


Right now I have an associative array "int[string] aa" and stored the
keys in "string[] keys".
Now I want to sort keys[] so that "aa[keys[0]]>aa[keys[1]]"
I remember someone gave the answer to that question on stackoverflow
but after some googling I couldn't find the right answer.

maarten


More information about the Digitalmars-d-learn mailing list