Array.this

Undocumented in source.
  1. this(A allocator)
  2. this(U[] values)
  3. this(A allocator, U[] values)
    struct Array(T)
    this
    (
    A
    U
    this Q
    )
    if (
    (
    (
    (
    is(Q == immutable) ||
    is(Q == const)
    )
    &&
    is(A == RCISharedAllocator)
    )
    ||
    (
    !(
    is(Q == immutable) ||
    is(Q == const)
    )
    &&
    is(A == RCIAllocator)
    )
    )
    &&
    isImplicitlyConvertible!(U, T)
    )
  4. this(Stuff stuff)
  5. this(A allocator, Stuff stuff)

Meta