Crate repeater

Crate repeater 

Source
Expand description

§repeater

This crate provides the repeat! macro. See the macro for how to use.

Macros§

repeat
In its simplest form, repeat takes a repeat count (an unsigned integer) followed by => and then the tokens to repeat. Wrap sections to be repeated in #( and )*.