Returns a vector containing the carry produced by adding each set of corresponding elements of the given vectors.
Elemental function
The result is of the same type as ARG1.
The value of each element of the result is the carry produced by adding the corresponding elements of ARG1 and ARG2 (1 if there is a carry, 0 otherwise).