fio ~master (2018-11-14T23:52:16Z)
Dub
Repo
printf
io
text
Serializes the given arguments according to the given format specifier string.
void
printf
(Stream stream, string format, T args)
void
printf
(
Stream
T
...
)
(
Stream
stream
,
string
format
,
auto
ref
T
args
)
if
(
isSink
!
Stream
)
void
printf
(string format, T args)
Meta
Source
See Implementation
io
text
functions
print
printf
printfln
println
properties
byLine
byLineCopy
Serializes the given arguments according to the given format specifier string.