Vector.opModAssign

  1. void opModAssign(T v)
    struct Vector(T, int Dimention)
    void
    opModAssign
    (
    in T v
    )
    if (
    __traits(isArithmetic, T) &&
    Dimention > 0
    )
  2. void opModAssign(VectorType v)

Meta