The OpenD Programming Language

BigUIntView.smallRightShiftInPlace

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

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

Meta