printf

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

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

Meta