StaticBitArray.allOne

Check if this has only ones.

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

Meta