DiagnosticSet.opOpAssign

Adds the given diagnostic to the set of diagnostics.

  1. DiagnosticSet opOpAssign(Diagnostic diagnostic)
    struct DiagnosticSet
    pure @safe nothrow
    opOpAssign
    (
    string op
    )
    if (
    op == "~"
    )
  2. void add(Diagnostic diagnostic)

Parameters

diagnostic

the diagnostic to add

Meta