concatenate At Least One Tree
fun concatenateAtLeastOneTree( tuple1: AvailObject, tuple2: A_Tuple, canDestroy: Boolean): A_Tuple
Content copied to clipboard
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.
can Destroy
Whether one of the tuples is allowed to be destroyed if it's also mutable.