Skip to main content

wrapping_mul

Function wrapping_mul 

Source
pub fn wrapping_mul<T: WrappingArithmetic>(left: T, right: T) -> T
Expand description

Returns the wrapping product of left and right.