Vector.this

Constructor

  1. this(size_t n)
  2. this(T[] src, size_t n)
    struct Vector(T)
    nothrow @nogc
    this
    (
    T[] src
    ,
    size_t n = 0
    )

Parameters

src T[]

Initial array values

n size_t

Initial array capacity

Meta