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