Function itertools::format::new_format_default

source ยท
pub fn new_format_default<I>(iter: I, separator: &str) -> Format<'_, I>
where I: Iterator,