Module cursor
c2rust_refactor::util
Defines Cursor, a helper type for editing sequences.
Cursor
A Cursor indicates a position within a sequence of Ts. The position can be anywhere within the sequence, including before the first item and after the last.
T