dumpAST

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void dumpAST(const(Cursor) c, Appender!string result, size_t indent, File* file)
    @trusted
    void
    dumpAST
    (
    ref const(Cursor) c
    ,
    ref Appender!string result
    ,
    size_t indent
    ,)
  2. void dumpAST(const(Cursor) c, Appender!string result, size_t indent)

Meta