merge sort_

Grammatical restrictions:

Argument Position Prohibited Expression
Argument 1 _++_

Definitions:

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.

Semantic restrictions:

tuple meta
Source: /avail/Avail/Foundation/Tuples
Type Description
Parameter Types
tuple meta