writefln

Writes format to stdout changing %s to proper argument Only %s is supported, it is not printf

void
writefln
(
T...
)
(
string format
,
auto ref const T el
)

Meta