Variable Location.column

The zero based code unit index of the referenced line.

struct Location
{
  // ...
  ulong column = 0LU;
  // ...
}