OutputStream.writeLineW

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

The format is implementation-specific. Throws WriteException on error.

interface OutputStream
void
writeLineW
(
const(wchar)[] s
)

Meta