BitArray.indexOfFirstZero

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

Optimized for zeros-sparsity.

struct BitArray(bool blockAlignedLength = false, alias Allocator = null)
@safe pure nothrow @nogc const
size_t
indexOfFirstZero
()
()

Meta