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