Location

Represents the location of an entity within the source file.

@safe nothrow
struct Location {}

Members

Variables

file
Array!char file;

Name of the source file

line
int line;

Zero based line index within the file

Meta