ruint
1.14.0
In ruint::
algorithms
ruint
::
algorithms
Function
carrying_add
Copy item path
Source
pub const fn carrying_add(lhs:
u64
, rhs:
u64
, carry:
bool
) -> (
u64
,
bool
)