Loc

struct Loc {
const(char)* filename;
uint linnum;
uint charnum;
static immutable
Loc initial;
}

Members

Functions

isValid
bool isValid()

Meta