Document.this

Constructs a Document from a Tag.

  1. this(string s)
  2. this(const(Tag) tag)
    class Document
    this
    (
    const(Tag) tag
    )

Parameters

tag const(Tag)

the start tag of the document.

Meta

Suggestion Box / Bug Report