UnicodeFile.append

Append content to the file; the content will be encoded accordingly.

Note that it is your responsibility to ensure the existing and current encodings are correctly matched.

class UnicodeFile(T)
final
void
append
(
const(T)[] content
)

Meta