Grid.this

Creates a new GC-backed array

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

Meta