Macro repeat_blue

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

repeat_blue - Prints out a repeat of characters in Blue

Currently prints characters using the color blue.

ยงExample

repeat_blue!("=", 80);