Vector.this

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

Meta