Vector.opOpAssign

Any binary operations execs per element

struct Vector(size_t N, T, alias string AS = "")
pure
opOpAssign
(
string op
E
)
(
in E b
)
if (
mixin (`is( typeof( this ` ~ op ~ ` b ) )`)
)
if (
isCompatibleArrayAccessStrings(N, AS, VVASES, VVASVS) ||
AS.length == 0
)

See Also

Meta