Function std::intrinsics::i16_mul_with_overflow [] [src]

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

Performs checked i16 multiplication.