Position.line

Zero-based line & character offset (UTF-16 codepoints)

  1. uint line;
    struct Position
    uint line;
  2. uint character;

Meta