SourceLoc

Location in the source code.

@safe
struct SourceLoc {
uint line;
uint column;
}

Meta