Bitwise functions
 

>> shifts right all bits
<< shift left all bits
/\ bitwise and function
\/ bitwise or function
xor bitwise xor function
\ bitwise not function