NetworkOrder.popBack

Eliminates the LSB.

Precondition: length > 0.

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

Meta