StaticBitArray.allZero

Check if this has only zeros (is empty).

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

Meta