concatenateAtLeastOneTree

fun concatenateAtLeastOneTree(    tuple1: AvailObject,     tuple2: A_Tuple,     canDestroy: Boolean): A_Tuple

Concatenate the two tuples together. At least one of them must be a tree tuple.

Return

The concatenated tuple, perhaps having destroyed or recycled one of the input tuples if permitted.

Parameters

tuple1

The first tuple.

tuple2

The second tuple.

canDestroy

Whether one of the tuples is allowed to be destroyed if it's also mutable.