indexOfFirstZero

Find index of first cleared (zero) bit or length if no bit cleared.

Optimized for zeros-sparsity.

pure nothrow @safe @nogc
size_t
indexOfFirstZero
(
Blocks
bool blockAlignedLength = false
)
(
const scope auto ref Blocks blocks
,
size_t length
)
if (
isBlocks!Blocks
)

Meta