GitHub <noreply at github.com>
pix16 <90674996+pix16 at users.noreply.github.com>
Use 2^256 items (#3985) type uint256 has 256 bits, which should allow for 2^256 items (from 0 to (2^256)-1). Similar to how uint8 should allow for 2^8 (256) items (from 0 to 255 aka (2^8) - 1).
GitHub Diff