[][src]Macro compile_ops::ops

ops!() { /* proc-macro */ }

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.