Macro ops

Source
ops!() { /* proc-macro */ }
Expand description

Performs any of the mathematical operations in Rust with their respective operator,^ for power. This macro also excludes anything that is prefixed with ! from the values.

The precedence is not applied,meaning that the operations are evaluated left to rigth.