List.this

Create a List using the given mg_list pointer.

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

Meta