OutputStream.writeLine

Write a line of text, appending the line with an operating-system-specific line ending.

Throws WriteException on error.

interface OutputStream
void
writeLine
(
const(char)[] s
)

Meta