memea

Macro warnln

Source
macro_rules! warnln {
    ($($tt:tt)*) => { ... };
}
Expand description

Macro for printing warning messages in yellow with newline.