itertools::format

Function new_format_default

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