reth_
evm
1.4.3
In reth_
evm::
revm::
primitives::
alloy_
primitives::
ruint::
algorithms
reth_evm
::
revm
::
primitives
::
alloy_primitives
::
ruint
::
algorithms
Function
carrying_add
Copy item path
pub const fn carrying_add(lhs:
u64
, rhs:
u64
, carry:
bool
) -> (
u64
,
bool
)