fn subWithOverflow(x: *Self, y: Self) u1
Subtracts y from x, and returns true if the operation overflowed.
y
x
true
x: *Self,
y: Self,