Macro colour::write_white_bold

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