Macro colour::e_yellow_ln_bold

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