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