pub fn multiply_u64(a: u64, b: u64) -> UInt128StructExpand description
Multiply two 64-bit unsigned integers to get 128-bit result Direct port from clipper.core.h line 690
pub fn multiply_u64(a: u64, b: u64) -> UInt128StructMultiply two 64-bit unsigned integers to get 128-bit result Direct port from clipper.core.h line 690