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