WideUInt.opOpAssign

Increment current value by one fitting in uint

struct WideUInt(size_t N)
void
opOpAssign
(
string op
)
(
uint rhs
)
if (
op == "+"
)

Parameters

op

operation to perform

rhs uint

value to increment with. Limited to uint for now to simplify internal arithmetic.

Throws

WideUIntRangeException if this WideUInt value range was to be exceeded

Meta