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