Content
@
0 reply
0 recast
2 reactions
Jeffrey Scholz
@jeffs
An immutable variable in solidity can be indexed bytewise. For example: ``` uint256 immutable x; // … bytes1 y = x[0]; ``` You can simulate immutable strings (up to 32 bytes) this way.
0 reply
0 recast
2 reactions