OneBitStorageBE

8 monochrome bits packed into a byte, in the usual big-endian order.

alias OneBitStorageBE = BitStorageUnit!(bool, 1, ubyte, true)

Meta