operator [] abstract method

bool operator [](
  1. T index
)

Returns whether the bit with the given index is set to one.

Implementation

bool operator [](T index);