[go: up one dir, main page]

Macro lines

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

Concats a number of string literals inserting a ā€œ\nā€ between each of them.