SList.this

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

Meta