DocPrinter.print

Generate a text representation of the document tree

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

Meta