[][src]Macro colour::blue_ln

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

Macro similar to println! using blue as the foreground colour.