StaticBitArray.oneIndexes

  1. auto oneIndexes()
    struct StaticBitArray(uint capacity, Block = DefaultBlock)
    @safe const
    oneIndexes
    ()
    ()
    if (
    isUnsigned!DefaultBlock
    )
  2. alias bitsSet = oneIndexes

Return Value

Type: auto

a lazy range of the indices of set bits.

Meta