Writer.writeProcessingInstruction

Outputs a processing instruction with the given target and data.

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

Meta