Convert a tuple of strings of length 1 into a tuple of their ASCII codes.
tuple_ord converts the input tuple T, which may only contain strings of length 1, into a tuple of integer numbers that represent the ASCII code of the characters of the strings.
|
T (input_control) |
string(-array) -> string |
| Input tuple. | |
|
Ord (output_control) |
integer(-array) -> integer |
| ASCII code of the input tuple. | |
tuple_ord is reentrant and processed without parallelization.
Operators not requiring licensing