Writer.closeElement

Undocumented in source. Be warned that the author may not have intended to support it.
struct Writer(_StringType, alias PrettyPrinter = PrettyPrinters.Minimalizer)
void
closeElement
if (
is(_StringType == string) ||
is(_StringType == wstring)
||
is(_StringType == dstring)
)

Meta