ParsingStream.__anonymous

Members

Functions

enforceMatch
ParsingStream!T enforceMatch(Checker check, out TString match)

A chainable version of the method. Matches all next characters against the function until it returns false.

enforceMatch
TString enforceMatch(Checker check)

Match all next characters against the function until it returns false.

match
TString match(Checker check)

Match all next characters against the function until it returns false.

Meta