o_CopyTupleFromToCanDestroy

open override fun o_CopyTupleFromToCanDestroy(    self: AvailObject,     start: Int,     end: Int,     canDestroy: Boolean): A_Tuple

Make a tuple that only contains the given range of elements of the given tuple. Optimized here to take advantage of the tree structure.