fn ranges_overlap( range1: &(String, f32, f32), range2: &(String, f32, f32), ) -> bool
Check if two ranges overlap