DocumentOutput.elementOutput

Function to call to append a string fragment to the output.

struct DocumentOutput
void delegate(string fragment) @(safe) elementOutput;

Meta