isntEmpty method

bool isntEmpty()

Implementation

bool isntEmpty(){
  return this._captStrs.length - this._index > 0;
}