Vector.opCast

Casts the vector to a vector of another type

class Vector(T, uint dimensions)
U
opCast
(
U
)
(
)
if (
is(U : Vector!V,
V...
)
)

Meta