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

Adds y to x, and returns true if the operation overflowed.

Parameters

x: *Self,
y: Self,