[][src]Macro macro_helper::expansion_bucle

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

An expansion bucle with syntax code => num when num is the number of times the code should be expanded.

The num part supports encoded arithmetic operations.

Note that a zero not throws an compiler error rather than that it expands zero times the given code.