Macro colour::writeln_white

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