drop

Calls 'r' on the input and then discards everything 'r' did, except its matches (so that they propagate upwards). Equivalent to ';r'.

  1. ParseTree drop(ParseTree p)
    template drop(alias r)
  2. ParseTree drop(string input)
  3. string drop(GetName g)

Members

Functions

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

Meta