SList.this

  1. this(U[] values...)
  2. this(IAllocator allocator, U[] values...)
  3. this(Stuff stuff)
  4. this(IAllocator allocator, Stuff stuff)
    struct SList(T)
    this
    (
    Stuff
    this Qualified
    )
    (
    IAllocator allocator
    ,
    Stuff stuff
    )
    if (
    isInputRange!Stuff &&
    isImplicitlyConvertible!(ElementType!Stuff, T)
    &&
    !is(Stuff == T[])
    )

Meta