Srcpos

Position in source file

extern (C++) @nogc nothrow
struct Srcpos {
uint Slinnum;
uint Scharnum;
const(char)* Sfilename;
short Sfilnum;
}

Meta