Vector.this

Constructor taking an input range

  1. this(size_t elms)
  2. this(U[] values)
  3. this(Stuff stuff)
    struct Vector(T, ALLOC = ThreadMem)
    this
    (
    Stuff
    )
    (
    Stuff stuff
    )
    if (
    isInputRange!Stuff &&
    isImplicitlyConvertibleLegacy!(UnConst!(ElementType!Stuff), T)
    &&
    !is(Stuff == T[])
    )
  4. this(typeof(this) other)

Meta