Source

A source code string with information about it

Constructors

this
this(string fname, string orig)

Undocumented in source.

Members

Functions

curPos
Pos curPos()

Undocumented in source. Be warned that the author may not have intended to support it.

empty
bool empty()

Undocumented in source. Be warned that the author may not have intended to support it.

getLineNum
size_t getLineNum(size_t o)

Undocumented in source. Be warned that the author may not have intended to support it.

length
size_t length()

Undocumented in source. Be warned that the author may not have intended to support it.

offset
size_t offset()

Undocumented in source. Be warned that the author may not have intended to support it.

posAt
Pos posAt(size_t o)

Converts 0-based byte offset to Pos

Variables

fname
const(string) fname;

Undocumented in source.

line_offsets
const(size_t[]) line_offsets;

Undocumented in source.

orig
const(string8b) orig;

Undocumented in source.

rem
string8b rem;

Undocumented in source.

Meta