pub fn fmt_comma_delimited<T>(f: &mut Formatter<'_>, parts: &[T]) -> Resultwhere T: Display,
Format an array into a comma-delimited string.