BitArray.opIndex

Get the i'th bit.

struct BitArray(bool blockAlignedLength = false, alias Allocator = null)
pure nothrow @safe @nogc const @trusted
bool
opIndex
(
size_t i
)

Meta