peek

open override fun peek(): Char

Peeks the next character of the reader.

open override fun peek(distance: Int): Char

Peeks a character a distance far away of the reader.