Function editor2::movement::chars_after

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