Vector.opOpAssign

Assign result of applying operator with other to elements.

  1. Vector opOpAssign(T scalar)
  2. Vector opOpAssign(T[M] other)
    struct Vector(T, uint N)
    pure ref return
    opOpAssign
    (
    string op
    uint M
    )
    (
    const auto ref T[M] other
    )
    if (
    N > 0
    )

Meta