Macro colour::writeln_yellow

source ยท
macro_rules! writeln_yellow {
    ($dst:expr, $($args:tt)*) => { ... };
}