Vector.this

* Move Constructor

  1. this(size_t elms)
  2. this(U[] values)
  3. this(Stuff stuff)
  4. this(typeof(this) other)
    struct Vector(T, ALLOC = ThreadMem)
    this
    ()
    (
    auto ref typeof(this) other
    )

Meta