static Concatenate Tuples
fun staticConcatenateTuples(firstTuple: A_Tuple, secondTuple: A_Tuple): A_Tuple
Content copied to clipboard
Concatenate two A_Tuples, allowing either to be destroyed if it's mutable.
Return
The concatenated tuple.
Parameters
first Tuple
The first tuple to concatenate.
second Tuple
The second tuple to concatenate.