copy Tuple From To Can Destroy
Make a tuple that only contains the given range of elements of the given tuple. Subclasses have different strategies for how to accomplish this efficiently.
Return
The subtuple.
Parameters
start
The start of the range to extract.
end
The end of the range to extract.
can Destroy
Whether the original object may be destroyed if mutable.