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