Invert a tuple.
tuple_inverse inverts the input tuple Tuple. Thus Inverted contains the same elements as Tuple but with the reverse order.
|
Tuple (input_control) |
number(-array) -> integer / real / string |
| Input tuple. | |
|
Inverted (output_control) |
number(-array) -> integer / real / string |
| Inverted input tuple. | |
tuple_inverse is reentrant and processed without parallelization.
Foundation