Location

Locaiton of a symbol.

Constructors

this
this(string file)

Create a file with default line and column

this
this(string file, uint line, uint column)

Members

Functions

opCast
T opCast()
toString
string toString()
void toString(Writer w, FormatSpec!Char formatSpec)

Location as File Line Column

Variables

column
uint column;
file
string file;
line
uint line;

Meta