A point in 2D space with integer coordinates, suitable for the position of a character in a text.
Record Field | Description |
Full Usage:
Column
Field type: uint64
|
The position's column. Numbering starts from 1.
|
Full Usage:
Index
Field type: uint64
|
The position's character index. Numbering starts from 0.
|
Full Usage:
Line
Field type: uint64
|
The position's line. Numbering starts from 1.
|
Instance member | Description |
|
Advances the position by a read-only span of characters and returns it.
|
|