Macro colour::write_dark_green

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