Macro repeat

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

repeat - Prints out a repeat of characters

Currently prints characters using the default color.

ยงExample

sep!("=", 80);