fio ~master (2018-11-14T23:52:16Z)
Dub
Repo
printfln
io
text
Like
printf
, but also writes a new line.
void
printfln
(Stream stream, string format, T args)
void
printfln
(
Stream
T
...
)
(
Stream
stream
,
string
format
,
auto
ref
T
args
)
if
(
isSink
!
Stream
)
void
printfln
(string format, T args)
Meta
Source
See Implementation
io
text
functions
print
printf
printfln
println
properties
byLine
byLineCopy
Like printf, but also writes a new line.