Vector.opCast

Cast to a static array of same dimension, but different element type.

struct Vector(T, uint N)
pure const
U
opCast
(
U : T2[N]
T2
)
()
if (
N > 0
)

Meta