Vec.opBinary
- Vec!(T, N) opBinary(Vec!(U, N) oth)
struct Vec(T, size_t N)
const
opBinary
if (
(op == "+" ||
op == "-"
||
op == "*"
||
op == "/"
) &&
isNumeric!U
)
- Vec!(T, N) opBinary(U val)
gfx math vec Vec
aliasesconstructorsfunctionsmanifest constantspropertiesvariables
Perform a term by term operation on the vector.