Crate repeater

source ·
Expand description

§repeater

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

Macros§

  • 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 )*.