Document.setContent

Sets the content of this document to the given content. Copies the data from newContent into this text buffer.

Should not be called as an API unless managing some kind of virtual document manually.

struct Document
void
setContent
(
scope const(char)[] newContent
)

Meta