Grid.opIndex

  1. inout(T)[] opIndex()
  2. inout(T) opIndex(int x, int y)
  3. inout(T) opIndex(Point pt)
    struct Grid(T)
    pure @safe nothrow @nogc ref inout
    inout(T)
    opIndex
    (
    const Point pt
    )

Meta