o_TupleAtPuttingCanDestroy

open override fun o_TupleAtPuttingCanDestroy(    self: AvailObject,     index: Int,     newValueObject: A_BasicObject,     canDestroy: Boolean): A_Tuple

Answer a tuple with all the elements of object except at the given index we should have newValueObject. This may destroy the original tuple if canDestroy is true.