[−][src]Macro concat_with::concat_line
Concatenates literals into a static string slice separated by a line break, \n
.
#[macro_use] extern crate concat_with; assert_eq!("test\n10\nb\ntrue", concat_line!("test", 10, 'b', true));
Concatenates literals into a static string slice separated by a line break, \n
.
#[macro_use] extern crate concat_with; assert_eq!("test\n10\nb\ntrue", concat_line!("test", 10, 'b', true));