Diagnostic.add

Add a range of tokens to this diagnostic message, inclusive

  1. 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)
    struct Diagnostic
    void
    add

Meta