BitArray.opIndex

Get bit at the specified position.

class BitArray
uint
opIndex
()
in { if (position >= this.length_) { throw new ValueError("The position is out of range."); } }

Meta