BitBlob.Width

The width of this aggregate, in octets

struct BitBlob(size_t Bits)
pure nothrow @nogc @safe static immutable
auto Width = Bits / 8;

Meta