paragraphs

Macro paragraphs 

Source
paragraphs!() { /* proc-macro */ }
Expand description

Shorthand for creating multiple paragraphs from a sequence of [crate::view::Line]’s.

§Example

paragraphs!(line1, line2, line3);

§Additional

Any type implementing Into<Line> is accepted.