All functions

bitAnd() `%&%` bitOr() `%|%` bitXor() `%^%`

Bitwise And, Or and Xor Operations

bitFlip()

Binary Flip (Not) Operator

bitShiftL() `%<<%` bitShiftR() `%>>%`

Bitwise Shift Operator (to the Left or Right)

cksum()

Compute Check Sum