Vector.this

A vector constructor; takes in a value that acts as both vector components

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

Meta