Initialize the cursor.
()
| 1556 | interface CharacterCursor { |
| 1557 | /** Initialize the cursor. */ |
| 1558 | init(): void; |
| 1559 | /** The parsed character at the current cursor position. */ |
| 1560 | peek(): number; |
| 1561 | /** Advance the cursor by one parsed character. */ |
no outgoing calls