XmlIncrementalLexer.peek

char peek() @safe pure nothrow

Peeks at the next unread byte without consuming it.

Returns

The next byte, or '\0' if no data is available.