NetworkOrder.popFront

Eliminates the MSB.

Precondition: length > 0.

struct NetworkOrder(uint L)
void
popFront
()
if (
L > ubyte.sizeof &&
L <= ulong.sizeof
)

Meta