[][src]Module c2rust_refactor::util::cursor

Defines Cursor, a helper type for editing sequences.

Structs

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.

Mark