Bitwise operation

ID: bitwise-operation

Bitwise operation by Wikipedia Bot 0
Bitwise operations are operations that directly manipulate bits within binary representations of integers. These operations perform arithmetic and logical operations at the bit level, meaning they operate on the binary digits (0s and 1s) that compose the integer values.

New to topics? Read the docs here!