Vector.this

A copy constructor for a vector; makes the same vector, but as a different instance

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

Meta