add_nx1
reth_
revm
1.6.0
In reth_
revm::
primitives::
alloy_
primitives::
ruint::
algorithms
reth_revm
::
primitives
::
alloy_primitives
::
ruint
::
algorithms
Function
add_nx1
Copy item path
pub fn add_nx1(lhs: &mut [
u64
], a:
u64
) ->
u64
Expand description
⚠️ Computes
lhs += a
and returns the carry.
⚠️ This function is not part of the stable API.