Vector.this

Constructor

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

Parameters

n size_t

Initial array capacity

Meta