pub fn find_overlapping_items<T: Item + Clone>( l: &mut SortedRun<T>, r: &mut SortedRun<T>, result: &mut Vec<T>, )