o_CopyTupleFromToCanDestroy

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

Subclasses should override to deal with short subranges and efficient copying techniques. Here we pretty much just create a subrange tuple.