Macro colour::cyan_ln

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