Vector.opCast

Cast operation.

struct Vector(T, uint S)
const
V2
opCast
(
V2
)
()
if (
isVector!V2 &&
Dimension == V2.Dimension
)
if (
__traits(isArithmetic, T)
)

Return Value

Type: V2

a vector whose elements are indivisually casted.

Meta