BufferedOutputRange.appendln

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool appendln()
    struct BufferedOutputRange(OutputTarget)
    bool
    appendln
    ()
    if (
    isFileHandle!(Unqual!OutputTarget) ||
    isOutputRange!(Unqual!OutputTarget, char)
    )
  2. bool appendln(T stuff)

Meta