Position

Struct representing a position in a source file.

Members

Functions

getFullPosition
auto getFullPosition(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.
getWithOffset
Position getWithOffset(uint offset)
Undocumented in source.
getWithOffsets
Location getWithOffsets(uint start, uint stop)
Undocumented in source. Be warned that the author may not have intended to support it.
isFile
bool isFile()
Undocumented in source. Be warned that the author may not have intended to support it.
isMixin
bool isMixin()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

offset
uint offset [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
raw
uint raw [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta