The value of the bit with the specified index.
index
bool operator [](int index) { return (_data[index >> 5] & _bitMask(index)) != 0; }