Macro colour::black_ln_bold

source ยท
macro_rules! black_ln_bold {
    () => { ... };
    ($($args:tt)*) => { ... };
}