writeln

Writes s, plus a line terminator, to the output.

void
writeln
(
string s
)
in { assert (s !is null); }

Meta