List.this

Create a shallow list copy from a Value.

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

Meta