pub trait WrappingMul<RHS = Self> {
type Output;
// Required method
fn wrapping_mul(self, other: RHS) -> Self::Output;
}
Expand description
Multiplies two numbers, wrapping around at the boundary of the type.
This is a wrapper over the wrapping_mul
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_mul
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_mul
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_mul
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_mul
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_mul
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_mul
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_mul
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_mul
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_mul
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_mul
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_mul
functions in the standard library, for
example this one.