SortSynchronous

SortSynchronous(keys, *values)

Sort data Synchronously based on the provided keys.

param keys:List of data to sort. Suitable for int, float, string data.
param values:Lists of data to synchronously sort with the key values.
type values:Optional
returns:Sorted Data in the same structure.