ansi

Macro ansi 

Source
macro_rules! ansi {
    ($( $l:expr ),*) => { ... };
}
Expand description