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