DocPrinter.print

Generate a text representation of the document tree

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

Meta