StaticBitArray.length

Number of bits.

struct StaticBitArray(uint capacity)
pure nothrow @nogc
enum length = capacity;

Meta