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