pub fn wrapping_sub<T: WrappingArithmetic>(left: T, right: T) -> TExpand description
Returns the wrapping difference of left and right.
pub fn wrapping_sub<T: WrappingArithmetic>(left: T, right: T) -> TReturns the wrapping difference of left and right.