pub fn write_sep<T>( f: &mut Formatter<'_>, items: impl IntoIterator<Item = T>, sep: &str, ) -> Result<(), Error>where T: Display,