TextSpan

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(size_t line, size_t column, size_t index, size_t length)
Undocumented in source.

Members

Functions

withLength
TextSpan withLength(size_t newLength)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

column
size_t column;
Undocumented in source.
index
size_t index;
Undocumented in source.
length
size_t length;
Undocumented in source.
line
size_t line;
Undocumented in source.

Meta