Concatenate two tuple to a new one.
tuple_concat concatenates the input tuples T1 and T2 to a new tuple Concat. The first elements of Concat conform to the elements of T1 and the remaining elements of Concat conform to those of T2
|
T1 (input_control) |
number(-array) -> integer / real / string |
| Input tuple 1. | |
|
T2 (input_control) |
number(-array) -> integer / real / string |
| Input tuple 2. | |
|
Concat (output_control) |
number(-array) -> integer / real / string |
| Concatenation of input tuples. | |
tuple_concat is reentrant and processed without parallelization.
tuple_gen_const, tuple_str_bit_select, tuple_select, tuple_str_first_n, tuple_str_last_n
Foundation