Function
remainder_reporting_overflow(dividing_by:)
Returns the remainder of dividing self by other along with a flag indicating whether overflow occurred in the operation.
fun remainder_reporting_overflow(dividing_by other: Self) -> (partial_value: Self, overflow: Bool)