Add bitwise operators including: - `&` (bitwise and) - `|` (bitwise or) - `>>` (bitwise left shift) - `<<` (bitwise right shift)
Add bitwise operators including:
&(bitwise and)|(bitwise or)>>(bitwise left shift)<<(bitwise right shift)