StaticBitArray.allZero

Check if this has only zeros (is empty).

struct StaticBitArray(uint capacity, Block = DefaultBlock)
@safe const @safe pure nothrow @nogc
bool
allZero
()
()
if (
isUnsigned!DefaultBlock
)

Meta