ParsingStream.__anonymous

Members

Functions

enforceStep
T enforceStep(Checker check)

Match the current character against the function and return it.

enforceStep
ParsingStream!T enforceStep(Checker check, out T match)

A chainable version of this method. Matches the current character against the function and gives it via a reference argument.

step
bool step(Checker check, out T character)
bool step(Checker check)

Match the current character against the function, return true if matched and proceed to the next character.

Meta