string*
Source: /avail/Avail/Foundation/Strings
Categories: Strings, Sorting
Merge sort a tuple of strings in ascending order.
|
Position |
Name |
Type |
Description |
Parameters |
1 |
strings |
string* |
The tuple of strings to sort
|
Returns |
string* |
A sorted tuple of strings
|
number*
Source: /avail/Avail/Foundation/Tuples
Categories: Tuples, Sorting
Construct and answer a sorted variant of
aTuple of numbers using the merge sort algorithm where n ≤ m.
|
Position |
Name |
Type |
Description |
Parameters |
1 |
aTuple |
number* |
A tuple.
|
Returns |
number* |
The sorted tuple.
|
tuple meta
Source: /avail/Avail/Foundation/Tuples