Skip to main content
Performs multiplication with a flag for overflow.

Signature

Examples

Trait functions

overflowing_mul

Returns a tuple of the product along with a boolean indicating whether an arithmetic overflow would occur. If an overflow would have occurred then the wrapped value is returned.

Signature