BitsArray.bytes

Undocumented in source.
struct BitsArray(uint bitsNum)
ubyte[bitsNum / 8 + (bitsNum % 8 > 0) + 0] bytes;

Meta