Searched refs:front_index (Results 1 – 2 of 2) sorted by relevance
2429 char front() const @property { return str[front_index]; } in front()2430 char popFront() { return str[front_index++]; } in popFront()2431 bool empty() const @property { return str.length <= front_index; } in empty()2433 size_t front_index = 0; member
2803 char front() const @property { return str[front_index]; }2804 char popFront() { return str[front_index++]; }2805 bool empty() const @property { return str.length <= front_index; }2807 size_t front_index = 0;