TextRange

Undocumented in source.

Constructors

this
this(Num startLine, Num startCol, Num endLine, Num endCol)
Undocumented in source.
this
this(Position start, Position end)
Undocumented in source.
this
this(Position[2] range)
Undocumented in source.
this
this(Position pos)
Undocumented in source.

Members

Functions

_toJSON
JSONValue _toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(Position position)
intersects
bool intersects(TextRange b)

Manifest constants

all
enum all;
Undocumented in source.

Static functions

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

Unions

__anonymous
union __anonymous
Undocumented in source.

Meta