Muex.Mutator.Arithmetic (Muex v0.8.0)

View Source

Mutator for arithmetic operators.

Applies mutations to arithmetic operations:

  • + <-> -
  • * <-> /
  • + -> 0 (remove addition)
  • - -> 0 (remove subtraction)