Vector.opOpAssign

Any binary operations execs per element

struct Vector(size_t N, T)
pure
opOpAssign
(
string op
E
)
(
auto ref const(E) b
)
if (
mixin (`is( typeof( this ` ~ op ~ ` b ) )`)
)

Meta