Expand description
A collection of macros to ease the creation of other macros.
Macrosยง
- eager
- Emulates eager expansion of macros.
- eager_
macro_ rules - Declares an eager!-enabled macro.
- reverse_
tt - Reverses a stream of token trees (tt). eager!-enabled.