Function Rect.intersects

returns true if this rect has nonempty intersection with rc

bool intersects(
  Rect rc
) nothrow @nogc @safe const;