Grid.this

Creates a new GC-backed array

  1. this(Size size)
    struct Grid(T)
    pure @safe nothrow
    this
  2. this(int width, int height)
  3. this(T[] array, Size size)

Meta