Array.this

constructor that gets content from arbitrary range

  1. this(size_t size)
  2. this(size_t size, V val)
  3. this(Stuff data)
    struct Array(V)
    this
    (
    Stuff
    )
    (
    Stuff data
    )
    if (
    isInputRange!Stuff &&
    is(ElementType!Stuff : V)
    )

Meta