yaslab / CSV.swift

CSV reading and writing library written in Swift.
MIT License
661 stars 78 forks source link

Make CSVWriter.write(row:_) generic to accept any Sequence #113

Closed bouk closed 3 months ago

bouk commented 4 years ago

This allows passing in other things besides Arrays

yaslab commented 3 months ago

Sorry for the delayed response. This looks good to me, thank you for your contribution!