[][src]Macro overflow::overflowing

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

Produces a semantically equivalent expression as the one provided except that each math call is substituted with the equivalent version of the overflowing API.

For instance, + is substituted with a call to overflowing_add