finished method

bool finished()

Implementation

bool finished() {
  return index >= source.length;
}