Skip to main content

CodeRegion

Type Alias CodeRegion 

Source
pub type CodeRegion = (usize, usize);
Expand description

Represents a region of content inside a code block (start_pos, end_pos).