presentln

Macro presentln 

Source
macro_rules! presentln {
    ($output:ident, [$($p:expr),+]) => { ... };
}
Expand description

Ergonomically present multiple Presentables.

§Examples

use peace_fmt::{present, Presentable};

presentln!(output, "a str", item, "\n");