operator [] method

bool operator [](
  1. int i
)

Implementation

bool operator [](int i) {
  return get(i);
}