Vector.type

Changes the vector's type.

struct Vector(T, char[] c)
type
(
F
)
()
if (
isImplicitlyConvertible!(F, T)
)
if (
c.length > 1 &&
areValidCoordinates(c)
)

Meta