Vector.this

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

Meta