Vector.this

Undocumented in source.
  1. this(T val)
  2. this(T[] components)
    struct Vector(T, uint N)
    this
    if (
    N > 0
    )
  3. this(Vector!(T, N - 1) smallerVector, T extraComponent)

Meta