Loc

Undocumented in source.

Constructors

this
this(const(char)* filename, uint linnum, uint charnum)
Undocumented in source.

Members

Functions

equals
bool equals(const(Loc) loc)
Undocumented in source. Be warned that the author may not have intended to support it.
toChars
char* toChars()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

charnum
uint charnum;
Undocumented in source.
filename
const(char)* filename;
Undocumented in source.
linnum
uint linnum;
Undocumented in source.

Meta