OutputStream.vprintf

Print a formatted string into the stream using printf-style syntax, returning the number of bytes written.

interface OutputStream
size_t
vprintf
(
const(char)[] format
,
va_list args
)

Meta