SList.this

Disable default-construction and postblit

  1. this()
    struct SList(T, A)
    @disable
    this
    ()
  2. this(A allocator)
  3. this(this)

Meta