Expand description
Cursor library.
This module defines cursor data types that can be used for inserting instructions.
Structs§
- Func
Cursor - Function cursor.
Enums§
- Cursor
Position - The possible positions of a cursor.
Traits§
- Cursor
- All cursor types implement the
Cursor
which provides common navigation operations.