reth_revm::interpreter::primitives::alloy_primitives::ruint::algorithms

Function carrying_add

pub const fn carrying_add(lhs: u64, rhs: u64, carry: bool) -> (u64, bool)