Function alloy_core::primitives::ruint::algorithms::add_nx1
source ยท pub fn add_nx1(lhs: &mut [u64], a: u64) -> u64
Expand description
Computes lhs += a
and returns the carry.
pub fn add_nx1(lhs: &mut [u64], a: u64) -> u64
Computes lhs += a
and returns the carry.