subtractingReportingOverflow(_:)

Subtracts other from self, returning the result and a flag indicating arithmetic overflow.

Subtraction.swift:106
func subtractingReportingOverflow(_ other: BigUInt) -> (partialValue: BigUInt, overflow: Bool)