concatenateTuplesCanDestroy

Given a tuple of tuples, concatenate all the inner tuples to construct one new tuple. May destroy the original tuple of tuples if so indicated.

Return

The concatenation of this tuple's elements, all tuples.

Parameters

canDestroy

Whether the input may be destroyed or reused.