Bitwise operations

set, offset, or compare specific bitfields

- - -
bitand Bitwise AND
bitor Bitwise OR
bitxor Bitwise XOR
bitcmp Bitwise complement
bitget Get the bit at the specified position
bitset Set the bit at the specified position
bitshift Shift bits by specified number of bits
swapbytes swap byte order
Comments