[][src]Macro named_return::named_return

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

Changes the function syntax so that return values may be named.

Also declares the variables that were named as a prefix statement to the original function's body.