Search Results

phobos
std.​outbuffer.​OutBuffer.​writef

Formats and writes its arguments in text format to the OutBuffer.

phobos
std.​stdio.​writef

Writes formatted data to standard output (without a trailing newline).

phobos
std.​stdio.​File.​writef

Writes its arguments in text format to the file, according to the format string fmt.

arsd-official
arsd.​terminal.​ScrollbackBuffer.​writef

Writing into the scrollback buffer can be done with the same normal functions.

arsd-official
arsd.​terminal.​Terminal.​writef

Writes to the terminal at the current cursor position.

speedy-stdio
speedy.​stdio.​writef
Undocumented in source.
sily-terminal
sily.​tui.​render.​writef

Formatted writes `args into buffer. Slow

undead
undead.​stream.​OutputStream.​writef

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

speedy-stdio
speedy.​fakestdio.​writef
Undocumented in source.
undead
undead.​stream.​Stream.​writef
Undocumented in source. Be warned that the author may not have intended to support it.
speedy-stdio
speedy.​stdio.​SpeedyWriter.​writef
Undocumented in source. Be warned that the author may not have intended to support it.