Vec.opOpAssign - multiple declarations
Function Vec.opOpAssign
Perform a term by term assignment operation on the vector.
Function Vec.opOpAssign
Perform a scalar assignment operation on the vector.
ref Vec!(T,N) opOpAssign(string op, U)
(
in U val
)
if ((op == "+" || op == "-" || op == "*" || op == "/" || op == "%" && __traits(isIntegral, U)) && isNumeric!U);