File.storeLine

Appends line to the file followed by a line return character (\n), encoding the text as UTF-8.

struct File
@nogc nothrow
void
storeLine
(
in String line
)

Meta