The OpenD Programming Language

BigUIntView.bitwiseNotInPlace

struct BigUIntView(W)
@safe scope
static if(isMutable!W && W.sizeof >= 4)
void
bitwiseNotInPlace
()
if (
__traits(isUnsigned, W)
)

Meta