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) -> HTuple.long / double / char * |
| Input tuple 1. | |
|
T2 (input_control) |
number(-array) -> HTuple.long / double / char * |
| Input tuple 2. | |
|
Concat (output_control) |
number(-array) -> (HTuple.) long * / double * / char * |
| Concatentaion of input tuples. | |
::tuple_gen_const, ::tuple_str_bit_select, ::tuple_select, ::tuple_str_first_n, ::tuple_str_last_n
Operators not requiring licensing