Mark

Undocumented in source.

Constructors

this
this(uint line, uint column)

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

Members

Functions

toString
string toString()

Get a string representation of the mark.

Variables

column_
ushort column_;

Column number.

line_
ushort line_;

Line number.

Meta