Bitwise operator and bitshifting
Jul 17, 2023 · 3 min read · It 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...
Join discussion