Function
subtracting_reporting_overflow(_:)
Returns self subtracted by other along with a flag indicating whether overflow occurred in the operation.
fun subtracting_reporting_overflow(_ other: Self) -> (partial_value: Self, overflow: Bool)
Returns self subtracted by other along with a flag indicating whether overflow occurred in the operation.
fun subtracting_reporting_overflow(_ other: Self) -> (partial_value: Self, overflow: Bool)