Macro colour::white_ln

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