BitArray.opIndex

Get the i'th bit.

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

Meta