Writer.writeComment

Outputs a comment with the given content.

struct Writer(_StringType, alias PrettyPrinter = PrettyPrinters.Minimalizer)
void
writeComment
if (
is(_StringType == string) ||
is(_StringType == wstring)
||
is(_StringType == dstring)
)

Meta