Grid.opIndex

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

Meta