Mark.this

Construct a Mark with specified line and column in the file.

struct Mark
@safe pure nothrow @nogc
this
(
string name
,
const uint line
,
const uint column
)

Meta