Grid.inBounds

  1. bool inBounds(int x, int y)
  2. bool inBounds(Point pt)
    struct Grid(T)
    pure @safe nothrow @nogc const
    bool
    inBounds
    (
    const Point pt
    )

Meta