web3staruch.hashnode.dev·Jul 17, 2023Bitwise operator and bitshiftingIt is not uncommon to see bitwise operator and bit shifting in solidity code. This article explained it through a simplified example. In Solidity, bitwise operators and bit shifting work similarly to other programming languages. Let's go over the bas...bitwise bitshifting