BitArray.indexOfFirstOne

Find index of first set (one) bit or length if no bit set.

Optimized for ones-sparsity.

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

Meta