yellow_ln

Macro yellow_ln 

Source
macro_rules! yellow_ln {
    () => { ... };
    ($($args:tt)*) => { ... };
}