Module that includes bitwise operators and functions.
Includes the following operators:
Operators.AND
Operators.OR
Operators.XOR
Operators.SHIFT_LEFT
Operators.SHIFT_RIGHT
Operators.UNSIGNED_SHIFT_RIGHT
Includes the following function:
Functions.NOT