pub fn comma_delimited<S>(s: String, items: &[S]) -> Stringwhere S: AsRef<str>,
Utility to write comma delimited strings