writeCommentBlock

Converts a long text into a a D-style comment block and writes it to a buffer.

void
writeCommentBlock
(
Appender!string buffer
,
string text
,
string prefix = ""
,
size_t lineWidth = 100
)

Meta