Variable Location.col
Zero-indexed, Tab counts as 1
Declaration
struct Location
{
// ...
int col;
// ...
}
Zero-indexed, Tab counts as 1
struct Location
{
// ...
int col;
// ...
}