Trait tract_hir::prelude::tract_num_traits::ops::overflowing::OverflowingAdd     [−][src]
pub trait OverflowingAdd: Add<Self, Output = Self> {
    fn overflowing_add(&self, v: &Self) -> (Self, bool);
}Expand description
Performs addition with a flag for overflow.