discardMatches

Calls 'r' on the input and then discards its matches.

  1. ParseTree discardMatches(ParseTree p)
    template discardMatches(alias r)
    @safe
    discardMatches
  2. ParseTree discardMatches(string input)
  3. string discardMatches(GetName g)

Members

Functions

discardMatches
ParseTree discardMatches(ParseTree p)
Undocumented in source. Be warned that the author may not have intended to support it.
discardMatches
ParseTree discardMatches(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
discardMatches
string discardMatches(GetName g)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta