Vector.this

Constructor by element type. This vector's each element is filled by given value.

  1. this(T e)
    struct Vector(T, uint S)
    this
    (
    T e
    )
    if (
    __traits(isArithmetic, T)
    )
  2. this(Range r)
  3. this(Args args)

Parameters

e T

a value which fills the vector

Meta