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