StaticBitArray.opIndex

Gets the i'th bit.

  1. bool opIndex(size_t i)
    struct StaticBitArray(uint capacity, Block = DefaultBlock)
    @safe pragma(inline, true) const @trusted
    bool
    opIndex
    (
    in size_t i
    )
    if (
    isUnsigned!DefaultBlock
    )
  2. bool opIndex(Mod!(capacity, ModUInt) i)

Meta