u128_wide_mul
Multiplies two u128s and returns (high, low)
- the 128-bit parts of the result.
Fully qualified path: core::integer::u128_wide_mul
pub fn u128_wide_mul(a: u128, b: u128) -> (u128, u128) nopanic
Multiplies two u128s and returns (high, low)
- the 128-bit parts of the result.
Fully qualified path: core::integer::u128_wide_mul
pub fn u128_wide_mul(a: u128, b: u128) -> (u128, u128) nopanic