Macro colour::yellow_ln

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