[][src]Macro common_macros::lines

macro_rules! lines {
    ($first:expr $(, $tail:expr)*) => { ... };
}

Concats a number of string literals inserting a "\n" between each of them.