Type Alias modalkit::editing::cursor::Selections

source ·
pub type Selections = Vec<Selection>;
Expand description

Multiple extendable ranges within a buffer.

Aliased Type§

struct Selections { /* private fields */ }