[][src]Macro colour::e_white_ln

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

Macro similar to eprintln! using white as the foreground colour.