Trait tract_hir::internal::tract_num_traits::ops::overflowing::OverflowingMul     [−][src]
pub trait OverflowingMul: Mul<Self, Output = Self> {
    fn overflowing_mul(&self, v: &Self) -> (Self, bool);
}Expand description
Performs multiplication with a flag for overflow.