repeat

Macro repeat 

Source
macro_rules! repeat {
    ($n:expr, $body:expr) => { ... };
}
Expand description

repeat an expression n times