Rectangle.contains

Returns true if this rectangle entirely contains the other

  1. bool contains(Rectangle r)
  2. bool contains(Point p)
    struct Rectangle
    pure const nothrow @safe @nogc
    bool
    contains
    (
    in Point p
    )
Suggestion Box / Bug Report