Closed Drblessing closed 1 year ago
Primitives may benefit from explicitly declaring uint256 and int256 before uint and int.
uint256
int256
uint
int
Thanks
You're welcome.
Primitives may benefit from explicitly declaring
uint256
andint256
beforeuint
andint
.