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