SList.this

Undocumented in source.
  1. this(A allocator)
  2. this(U[] values)
    struct SList(T)
    this
    (
    U
    this Q
    )
    ()
    if (
    isImplicitlyConvertible!(U, T)
    )
  3. this(A allocator, U[] values)
  4. this(Stuff stuff)
  5. this(A allocator, Stuff stuff)

Meta