[][src]Macro colour::e_green

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

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