Vector.this

Undocumented in source.
  1. this(Tuple value)
    struct Vector(T, char[] c)
    pure nothrow @safe @nogc
    this
    (
    Tuple value
    )
    if (
    c.length > 1 &&
    areValidCoordinates(c)
    )
  2. this(T value)
  3. this(F args)
  4. this(T[coords.length] variables)
  5. this(T[] variables)

Meta