pub trait CheckedMul<RHS = Self> {
type Output;
// Required method
fn checked_mul(self, other: RHS) -> Option<Self::Output>;
}
Expand description
Multiplies two numbers, returning None
if the result is not representable.
This is a wrapper over the checked_mul
functions in the standard library, for
example this one.
This is a wrapper over the checked_mul
functions in the standard library, for
example this one.
This is a wrapper over the checked_mul
functions in the standard library, for
example this one.
This is a wrapper over the checked_mul
functions in the standard library, for
example this one.
This is a wrapper over the checked_mul
functions in the standard library, for
example this one.
This is a wrapper over the checked_mul
functions in the standard library, for
example this one.
This is a wrapper over the checked_mul
functions in the standard library, for
example this one.
This is a wrapper over the checked_mul
functions in the standard library, for
example this one.
This is a wrapper over the checked_mul
functions in the standard library, for
example this one.
This is a wrapper over the checked_mul
functions in the standard library, for
example this one.
This is a wrapper over the checked_mul
functions in the standard library, for
example this one.
This is a wrapper over the checked_mul
functions in the standard library, for
example this one.