Array.this

Undocumented in source.
  1. this(A allocator)
  2. this(U[] values)
  3. this(A allocator, U[] values)
  4. this(Stuff stuff)
    struct Array(T)
    this
    (
    Stuff
    this Q
    )
    (
    Stuff stuff
    )
    if (
    isInputRange!Stuff &&
    !isInfinite!Stuff
    &&
    isImplicitlyConvertible!(ElementType!Stuff, T)
    &&
    !is(Stuff == T[])
    )
  5. this(A allocator, Stuff stuff)

Meta