Macro colour::e_cyan_ln_bold

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