peek

abstract fun peek(): Char

Peeks the next character of the reader.

abstract fun peek(distance: Int): Char

Peeks a character a distance far away of the reader.