ruint
1.12.4
In ruint::
algorithms
Modules
div
Structs
LehmerMatrix
Functions
adc
adc_n
add_nx1
addmul
addmul_n
addmul_nx1
borrowing_sub
carrying_add
cmp
gcd
gcd_extended
inv_mod
mul_nx1
mul_redc
sbb
sbb_n
shift_left_small
shift_right_small
square_redc
submul_nx1
ruint
::
algorithms
Function
carrying_add
Copy item path
Settings
Help
Summary
Source
pub const fn carrying_add(lhs:
u64
, rhs:
u64
, carry:
bool
) -> (
u64
,
bool
)