staticConcatenateTuples

fun staticConcatenateTuples(firstTuple: A_Tuple, secondTuple: A_Tuple): A_Tuple

Concatenate two A_Tuples, allowing either to be destroyed if it's mutable.

Return

The concatenated tuple.

Parameters

firstTuple

The first tuple to concatenate.

secondTuple

The second tuple to concatenate.