discardChildren

Calls 'r' on the input and then discards its children nodes.

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

Members

Functions

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

Meta