Function std::intrinsics::i32_mul_with_overflow [] [src]

pub unsafe extern "rust-intrinsic" fn i32_mul_with_overflow(x: i32, y: i32) -> (i32, bool)
Unstable

Performs checked i32 multiplication.