SortByIndices

SortByIndices(data, *keyIndices)

Sort Data based on the indices of the entry.

param data:Nested List of data to sort.
type data:list
param keyIndices:
 The order of the indices to sort.
type keyIndices:
 int
returns:Sorted Data in the same structure.