import Foundation //===----------------------------------------------------------------------===// // CSV Decoder //===----------------------------------------------------------------------===// /// `CSVDecoder` facilitates the decoding of CSV into semantic `Decodable` types. /// structでなくclassなのは、JSONDecoderやPlistDecoderの場合にはoptionを適宜切り替えつつdecodeしていけるようにだと思う /// 実際の Decoder プロトコルへの適合は、fileprivate