Macro colour::black [] [src]

macro_rules! black {
    ($arg:tt) => { ... };
    ($($arg:tt)*) => { ... };
}

Macro similar to print! using black as the foreground colour.