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