List.this

Create a shallow copy of other list.

  1. this(List other)
    struct List
    @nogc
    this
    (
    inout ref List other
    )
  2. this(Value value)
  3. this(mg_list* ptr)

Meta