Skip to main content

line_range_to_byte_offsets

Function line_range_to_byte_offsets 

Source
pub fn line_range_to_byte_offsets(
    text: &str,
    start_line: usize,
    end_line: usize,
) -> Option<(usize, usize)>
Expand description

Convert 1-indexed line range to byte offsets