ParsingStream.opCast

struct ParsingStream(T = char)
const
bool
opCast
(
T : bool
)
()

Return Value

Type: bool

true if there is still something left to parse.

Meta