Vector.this

Constructor by combination of scalar, array, or vector.

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

Parameters

args Args

combination of values, whose total element count must be the same as S

Meta