printfln

Like printf, but also writes a new line.

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

Meta