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