Macro checked

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

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