[][src]Macro overflow::checked

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

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

For instance, + is substituted with a call to checked_add