Macro colour::e_cyan

source ·
macro_rules! e_cyan {
    () => { ... };
    ($($args:tt)*) => { ... };
}