Vector.this

A vector constructor; takes in the number of args given and assigns them as components

  1. this(T[] components...)
    class Vector(T, uint dimensions)
    this
  2. this(T allComponents)
  3. this()
  4. this(Vector!(T, dimensions) toCopy)

Meta