Sorts an array of locations (Loc) by table ID (t) and row index (r).
Loc
t
r
The array of locations to sort.
Optional
If "reverse", the sorted array will be reversed.
"reverse"
A new sorted array of locations.
Sorts an array of locations (
Loc
) by table ID (t
) and row index (r
).