CSV.swift
CSV.swift copied to clipboard
Add an overload `write(row:)`
Add an overload write(row:) without the parameter quotedAtIndex,
so it doesn't have to run the empty closure in every loop.