staticConcatenateTuples

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

Concatenate two A_Tuples.

Return

The concatenated tuple.

Parameters

firstTuple

The first tuple to concatenate.

secondTuple

The second tuple to concatenate.

canDestroy

Whether either input tuple may be destroyed if it's also mutable.