pub fn mul_inline(lhs: &[u64], rhs: &[u64], result: &mut [u64]) -> bool
Expand description

⚠️ Same as mul, but will always inline.

Warning. This function is not part of the stable API.