core::intrinsics::overflowing_mulUnstable
[-] [+]
[src]
pub unsafe extern "rust-intrinsic" fn overflowing_mul<T>(a: T, b: T) -> T
Returns (a * b) mod 2N, where N is the width of N in bits.