TextIter.forwardToEnd

Moves iter forward to the “end iterator,” which points one past the last valid character in the buffer. TextIter.getChar called on the end iterator returns 0, which is convenient for writing loops.

class TextIter
void
forwardToEnd
()