Writer.this

Undocumented in source.
struct Writer(_StringType, alias PrettyPrinter = PrettyPrinters.Minimalizer)
this
(
typeof(prettyPrinter) pretty
)
if (
is(_StringType == string) ||
is(_StringType == wstring)
||
is(_StringType == dstring)
)

Meta