Position.column

Line and column number.

  1. int line;
  2. int column;
    struct Position
    int column;

Meta