Function Rect.isPointInside

returns true if point is inside of this rectangle

bool isPointInside(
  Point pt
) nothrow @nogc @safe const;

bool isPointInside(
  int x,
  int y
) nothrow @nogc @safe const;