Function R1Interval.intersection

Returns the intersection of this interval with the given interval. Empty intervals do not need to be special-cased.

R1Interval intersection (
  in const(R1Interval) y
) const;