A Table has no ordering, so you’d have to first copy it to some form that does, 
like a seq of (int, string) tuples, and then sort that (e.g. using a comparator 
proc that returns the result of comparing the two strings.)

Reply via email to