UncheckedMath
Author: Matter Labs
The library for unchecked math.
Note: security-contact: security@matterlabs.dev
Functions
uncheckedInc
function uncheckedInc(uint256 _number) internal pure returns (uint256);
uncheckedAdd
function uncheckedAdd(uint256 _lhs, uint256 _rhs)
internal
pure
returns (uint256);