Array.this

Undocumented in source.
  1. this(U[] stuff)
  2. this(Stuff stuff)
    struct Array(T)
    this
    (
    Stuff
    )
    (
    Stuff stuff
    )
    if (
    isInputRange!Stuff &&
    isImplicitlyConvertible!(ElementType!Stuff, T)
    &&
    !is(Stuff == T[])
    )

Meta