DocPrinter.print

Generate a text representation of the document tree

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

Meta