fn line_for_offset(line_starts: &[usize], offset: usize) -> usize
Binary search for the line containing offset.
offset