fn subWithOverflow(x: *Self, y: Self) u1

Subtracts y from x, and returns true if the operation overflowed.

Parameters

x: *Self,
y: Self,