Function R1Interval.interiorIntersects

Returns true if the interior of this interval intersects any point of the given interval (including its boundary).

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