Macro repeat_yellow

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

repeat_yellow - Prints out a repeat of characters in Yellow

Currently prints characters using the color yellow.

ยงExample

repeat_yellow!("=", 80);