WideUInt.opAddAssign

Increment current value by one fitting in uint

struct WideUInt(size_t N)
void
opAddAssign
(
uint rhs
)

Parameters

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