DocPrinter.print

Generate a representation of the given node-subtree

  1. T[] print(Doc doc, T[] content)
  2. void print(Doc doc, OutputStream stream)
  3. void print(Node root, void delegate(const(T)[][]...) emit)
    class DocPrinter(T)
    final
    void
    print
    (,
    scope void delegate
    (
    const(T)[][]...
    )
    emit
    )

Meta