Macro colour::black_ln

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