Vector.this

Undocumented in source.
  1. this(Type[Size] data)
  2. this(Type[] data)
    struct Vector(size_t Size = 3, Type = float)
    this
    (
    Type[] data
    )
  3. this(Type a, Type b)
  4. this(Type a, Type b, Type c)
  5. this(Type a, Type b, Type c, Type d)

Meta