Function editor2::movement::chars_before

source ·
pub fn chars_before(
    map: &DisplaySnapshot,
    offset: usize
) -> impl Iterator<Item = (char, Range<usize>)> + '_