Csv typedef

Csv = List<List<String>>

Type definition for CSV data.

Implementation

typedef Csv = List<List<String>>;