pub fn saturating_sub<T>(left: T, right: T) -> Twhere
T: SaturatingArithmetic,Expand description
Returns the saturating difference of left and right.
pub fn saturating_sub<T>(left: T, right: T) -> Twhere
T: SaturatingArithmetic,Returns the saturating difference of left and right.