StaticBitArray.length

Number of bits.

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

Meta