Initialize the cursor.
()
| 1574 | interface CharacterCursor { |
| 1575 | /** Initialize the cursor. */ |
| 1576 | init(): void; |
| 1577 | /** The parsed character at the current cursor position. */ |
| 1578 | peek(): number; |
| 1579 | /** Advance the cursor by one parsed character. */ |
no outgoing calls