Writer.writeXMLDeclaration

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void writeXMLDeclaration(Args args)
  2. void writeXMLDeclaration(StringType version_, StringType encoding, StringType standalone)
    struct Writer(_StringType, alias PrettyPrinter = PrettyPrinters.Minimalizer)
    if (
    is(_StringType == string) ||
    is(_StringType == wstring)
    ||
    is(_StringType == dstring)
    )

Meta