Macro colour::white_ln

source ·
macro_rules! white_ln {
    () => { ... };
    ($($args:expr),*) => { ... };
}