fio ~master (2021-11-06T04:03:56.9837641)
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.