[][src]Macro colour::dark_yellow_ln

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

Macro similar to println! using dark yellow as the foreground colour.