Type Alias modalkit::editing::buffer::FollowersInfo

source ·
pub type FollowersInfo = IntervalTree<(usize, usize), Cursor>;
Expand description

An IntervalTree of follower cursors for a cursor group, keyed on line and column offset.

Aliased Type§

struct FollowersInfo { /* private fields */ }