Diagnostic.add

Add a range of indices to this diagnostic message

  1. void add(size_t from, size_t to)
    struct Diagnostic
    void
    add
    (
    size_t from
    ,
    size_t to
    )
  2. void add(size_t at)
  3. void add(Token token)
  4. void add(Token from, Token to)

Meta