Vector.opOpAssign

TODO Suitable Restrictions on F.

struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
void
opOpAssign
(
string op
F
)
(
in F r
)
if (
D >= 1 &&
(
!normalizedFlag ||
isFloatingPoint!E
)
)

Meta