[][src]Macro colour::e_cyan

macro_rules! e_cyan {
    ($arg:tt) => { ... };
    ($($arg:tt)*) => { ... };
}

Macro similar to eprint! using cyan as the foreground colour.