pub fn format_paren_list<T: Display>(items: &[T]) -> String
Format a list of items in parentheses, comma-separated.