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