Function interval_intersection

Source
pub fn interval_intersection(
    a: Vec<Interval>,
    b: Vec<Interval>,
) -> Vec<Interval>