revm
33.1.0
In revm::
primitives::
alloy_
primitives::
ruint::
algorithms
revm
::
primitives
::
alloy_primitives
::
ruint
::
algorithms
Function
carrying_add
Copy item path
Source
pub const fn carrying_add(lhs:
u64
, rhs:
u64
, carry:
bool
) -> (
u64
,
bool
)
Expand description
⚠️ Add with carry.
⚠️ This function is not part of the stable API.
Helper while [Rust#85532](https://github.com/rust-lang/rust/issues/85532) stabilizes.