If I have a `List<String>` what’s the simple...
# getting-started
c
If I have a
List<String>
what’s the simplest way of creating a single string that is a comma separated concatenation of all parts from the list?