Macro rep

Source
macro_rules! rep {
    ($init:expr, $fun:expr) => { ... };
}