Sorts the elements of a tuple in ascending order.
tuple_sort sorts all elements of Tuple in ascending order and returns the result with Sorted. As a precondition the single elements of Tuple must be comparable. Thus Tuple must either exclusively consist of strings or it must only contain (integer or floating point) numbers. In the latter case integers and floating point numbers may be mixed.
|
Tuple (input_control) |
number(-array) -> integer / real / string |
| Input tuple. | |
|
Sorted (output_control) |
number(-array) -> integer / real / string |
| Sorted tuple. | |
tuple_sort is reentrant and processed without parallelization.
tuple_sort_index, tuple_inverse
Operators not requiring licensing