Vector.this

Constructor taking a number of items

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

Meta