An integer vector of length of the longer of the arguments, or zero if one of the arguments is zero-length. NA input makes NA output.
%|%: A vector of pairwise ORed values.
%&%: A vector of pairwise ANDed values.
%^%: A vector of pairwise XORed values.
%<<%: A vector of the values on the LHS pairwise left-shifted by the RHS value.
%>>%: A vector of the values on the LHS pairwise right-shifted by the RHS value.