printfln

Like printf, but also writes a new line.

  1. void printfln(Stream stream, string format, T args)
  2. void printfln(string format, T args)
    void
    printfln
    (
    T...
    )
    (
    string format
    ,
    auto ref T args
    )

Meta