Macro colour::e_dark_red_ln

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