Vector.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
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 (
isCompatibleArrayAccessString(N, AS, SEP) ||
AS.length == 0
)

Meta