Macro colour::e_yellow_ln

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