Macro repeat_red

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

repeat_red - Prints out a repeat of characters in Red

Currently prints characters using the color red.

ยงExample

repeat_red!("=", 80);