%&% |
Bitwise And, Or and Xor Operations |
%<<% |
Bitwise Shift Operator (to the Left or Right) |
%>>% |
Bitwise Shift Operator (to the Left or Right) |
%^% |
Bitwise And, Or and Xor Operations |
%|% |
Bitwise And, Or and Xor Operations |
bitAnd |
Bitwise And, Or and Xor Operations |
bitFlip |
Binary Flip (Not) Operator |
bitOr |
Bitwise And, Or and Xor Operations |
bitShiftL |
Bitwise Shift Operator (to the Left or Right) |
bitShiftR |
Bitwise Shift Operator (to the Left or Right) |
bitXor |
Bitwise And, Or and Xor Operations |
cksum |
Compute Check Sum |