Writer.writeText

Outputs a text node with the given content.

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

Meta