parsers.eof

Zero-width assertion that parses successfully on input end. Use to make sure the whole stream was consumed.

template parsers(Stream)
eof
(
)
if (
!is(Stream == string)
)

Meta