Array.this

constructor for given length and init

  1. this(size_t size)
  2. this(size_t size, V val)
    struct Array(V)
    this
    (
    size_t size
    ,
    V val
    )
  3. this(Stuff data)

Meta