Encodes a list of objects into a CSV string.
String toCsv(Iterable<T> value) { return CsvEncoder.encode(value, using: list()); }