Function

subtracting_reporting_overflow(_:)

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

Source
fun subtracting_reporting_overflow(_ other: Self) -> (partial_value: Self, overflow: Bool)