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