createReverseTuple

fun createReverseTuple(originTuple: A_Tuple): AvailObject

Create a new AvailObject that wraps the specified AvailObject tuple and provides it with a ReverseTupleDescriptor descriptor.

The original tuple may be destroyed by this operation. If you need the original after this call, use A_BasicObject.makeImmutable on it prior to the call.

Return

A new reverse tuple.

Parameters

originTuple

The tuple to be reversed.