ParsingStream.__anonymous

Members

Functions

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

A chainable variant of the function. Match all next characters against the function until it returns true

enforceUntil
TString enforceUntil(Checker check)

Match all next characters against the function until it returns true

matchUntil
TString matchUntil(Checker check)

Match all next characters against the function until it returns true

Meta