Expand description
A dead simple macro to erase macro hygiene. This stringifies the input, then reparses it in the caller’s context (with a few warts.)
Macros§
- Erases the hygiene from its parameters, causing it to use the context of the call site. The input must be an expression.
- Erases the hygiene from its parameters, causing it to use the context of the call site. The input must be zero, one, or more items.