printf

Serializes the given arguments according to the given format specifier string.

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

Meta