TData.this

Create a new instance with given size/capacity. Capacity defaults to size.

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

Meta