The OpenD Programming Language

BigUIntView.smallLeftShiftInPlace

Shifts left using at most size_t.sizeof * 8 - 1 bits

struct BigUIntView(W)
@safe scope
void
smallLeftShiftInPlace
()
(
uint shift
)
if (
__traits(isUnsigned, W)
)

Meta