Location

Undocumented in source.

Constructors

this
this(int line, int col, int index)
Undocumented in source.
this
this(string file, int line, int col, int index)
Undocumented in source.

Members

Functions

toString
string toString()
void toString(Sink sink)

Convert to string. Optionally takes output range as a sink.

Variables

col
int col;

Zero-indexed, Tab counts as 1

file
string file;

Filename (including path)

index
size_t index;

Index into the source

line
int line;

Zero-indexed

Meta