SList.this

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

Meta