tuple_inverse ( : : Tuple : Inverted )

Invert a tuple.

tuple_inverse inverts the input tuple Tuple. Thus Inverted contains the same elements as Tuple but with the reverse order.


Parameters

Tuple (input_control)
number(-array) -> integer / real / string
Input tuple.

Inverted (output_control)
number(-array) -> integer / real / string
Inverted input tuple.


Parallelization Information

tuple_inverse is reentrant and processed without parallelization.


Alternatives

tuple_sort, tuple_sort_index


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH