Macro jsonlang::repeat [] [src]

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

repeat - Prints out a repeat of characters

Currently prints characters using the default color.

Example

sep!("=", 80);