Vector.this

Array constructor

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

Meta