DiagnosticSet.opOpAssign

Adds the given diagnostic to the set of diagnostics.

struct DiagnosticSet
pure @safe nothrow
opOpAssign
(
string op
)
if (
op == "~"
)

Parameters

diagnostic Diagnostic

the diagnostic to add

Meta