DiagnosticSet.add

Adds the given diagnostic to the set of diagnostics.

  1. DiagnosticSet opOpAssign(Diagnostic diagnostic)
  2. void add(Diagnostic diagnostic)
    struct DiagnosticSet
    pure @safe nothrow
    void
    add

Parameters

diagnostic

the diagnostic to add

Meta