TData.this

Create a new null-like instance.

  1. this(U[] data)
  2. this(typeof(null) n)
    struct TData(T)
    this
    (
    typeof(null) n
    )
    if (
    !hasIndirections!T
    )
  3. this(U[] data)
  4. this(size_t size, size_t capacity)
  5. this(Memory memory)

Meta