Function
multiplied_reporting_overflow(by:)
Returns the product of self and other along with a flag indicating whether overflow occurred in the operation.
fun multiplied_reporting_overflow(by other: Self) -> (partial_value: Self, overflow: Bool)
Returns the product of self and other along with a flag indicating whether overflow occurred in the operation.
fun multiplied_reporting_overflow(by other: Self) -> (partial_value: Self, overflow: Bool)