StaticBitArray.indexOfFirstZero

Find index of first cleared (zero) bit or typeof(return).max if no bit set.

Optimized for zeros-sparsity.

struct StaticBitArray(uint capacity)
@safe pure nothrow @nogc const
size_t
indexOfFirstZero
()
()

Meta