isEnd method

bool isEnd()

Implementation

bool isEnd() {
  return _current == _data.length;
}