fuse

Concatenates a ParseTree's matches as one match and discards its children. Equivalent to the expression '~r'.

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

Members

Functions

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

Meta