Macro colour::writeln_dark_cyan

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