Computes the intersection of two range sets, finding overlapping portions.
Only the overlapping portions of ranges from both sets are included in the result.
When ranges overlap, their values are merged according to the value merge function.
Non-overlapping portions are excluded from the result.
Computes the intersection of two range sets, finding overlapping portions.
Only the overlapping portions of ranges from both sets are included in the result. When ranges overlap, their values are merged according to the value merge function. Non-overlapping portions are excluded from the result.