OutputStream.writef

Print a formatted string into the stream using writef-style syntax. References: <a href="std_format.html">std.format</a>.

interface OutputStream
writef
()

Return Value

self to chain with other stream commands like flush.

Meta