Position

Undocumented in source.
@serdeIgnoreUnexpectedKeys
@serdeFallbackStruct
struct Position {}

Members

Functions

opCmp
int opCmp(Position other)
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