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