create Reverse Tuple
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
origin Tuple
The tuple to be reversed.