Vec.opCast

Cast to a vector of a different type.

struct Vec(T, ulong n)
pure nothrow const
U
opCast
(
U
)
()
if (
is(U : Vec!R,
R...
) &&
(U._n == n)
)
if (
n >= 1 &&
isNumeric!T
)

Meta