StaticBitArray.oneIndexes

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

Return Value

Type: auto

a lazy range of the indices of set bits.

Meta