Macro colour::white_ln_bold

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