Function

divided_reporting_overflow(by:)

Returns the quotient of dividing self by other along with a flag indicating whether overflow occurred in the operation.

Source
fun divided_reporting_overflow(by other: Self) -> (partial_value: Self, overflow: Bool)