lsio::repeat [] [src]

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

repeat - Prints out a repeat of characters

Currently prints characters using the default color (white).

Example

repeat!("=", 80);