What is the gas benefit of using `unchecked` arithmetic blocks in Solidity 0.8+?
-
A
It skips the automatic overflow/underflow checks, saving ~20 gas per operation
-
B
It allows arithmetic to use fewer storage slots
-
C
It converts all math to bitwise operations automatically
-
D
It disables the ABI encoder for numeric types