Position

Undocumented in source.

Members

Functions

_toJSON
JSONValue _toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Position other)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

_fromJSON
Position _fromJSON(JSONValue val)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

character
uint character;

Zero-based line & character offset (UTF-16 codepoints)

line
uint line;

Zero-based line & character offset (UTF-16 codepoints)

Meta