StaticBitArray.bitsSet

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

Return Value

a lazy range of the indices of set bits.

Meta