pub fn comma_separated<T: Display>(input: &[T]) -> String
Expand description

Given a list of objects that implement std::fmt::Display. Returns a comma separated string.