BigUIntView.popMostSignificant

Removes the most significant word from the big unsigned integer view.

struct BigUIntView(W)
@safe scope
void
popMostSignificant
()
if (
__traits(isUnsigned, W)
)