SourceLoc

Location in the source code.

@safe
struct SourceLoc {}

Members

Variables

column
uint column;
Undocumented in source.
line
uint line;
Undocumented in source.

Meta