Muex. Mutator. ExtendedMath
(Muex v0.8.1)
View Source
Mutator for integer division/remainder and bitwise operators that the
Arithmetic mutator (+, -, *, /) does not cover.
Swaps each operator for a related one with different behaviour:
rem<->divband<->bor(and the operator forms&&&<->|||)bsl<->bsr(and the operator forms<<<<->>>>)
Only binary (two-operand) forms are mutated. Module-qualified calls such as
Bitwise.band/2 are left alone; the imported operator/function forms are the
common case.