carbon-lang
carbon-lang copied to clipboard
Add support for bitwise operators.
Following #1191, add initial support for bitwise operators. Support for both integer operations and for operator overloading via the interfaces specified in #1191 is provided.