index::bloom_filter::applier

Function intersect_ranges

Source
fn intersect_ranges(
    lhs: &[Range<usize>],
    rhs: &[Range<usize>],
) -> Vec<Range<usize>>
Expand description

Intersects two lists of ranges and returns the intersection.

The input lists are assumed to be sorted and non-overlapping.