Grid.inBounds

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

Meta