Vector.opCast

Casting method to convert to other vector types

struct Vector(T, size_t dim_)
nothrow @nogc pure const
Tout
opCast
(
Tout
)
()
if (
isVector!(Tout)
)
if (
__traits(isFloating, T)
)

Meta