Vector.this

Vector constructor. Supports initializing from vector of arbitrary length and type

  1. this(Vector!(T2, size2) v)
    struct Vector(T, int size)
    this
    (
    T2
    int size2
    )
    (
    Vector!(T2, size2) v
    )
  2. this(A components)
  3. this(T2[arrSize] components)
  4. this(F components)
  5. this(S str)

Meta