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