Function R1Interval.intersects

Returns true if this interval intersects the given interval, i.e. if they have any points in common.

bool intersects (
  in const(R1Interval) y
) const;