Macro colour::writeln_gray

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