bit.clear - Turn off a bit.bit.get - Get the on/off state of a bit.bit.set - Set the on/off state of a bit.bit.shiftRight - Shift bits rightbit.shiftLeft - Shift bits leftbit.logicalXOr - Perform a logical XOR operationbit.logicalOr - Perform a logical OR operationbit.logicalAnd - Perform a logical AND operation