[][src]Macro colour::e_dark_red_ln

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

Macro similar to eprintln! using dark red as the foreground colour.