fmt/csvΒΆ
type csvAn open CSV file.
meth csv(Path: stream): csvOpens the file at
Pathfor reading or writing as a CSV depending on the value ofMode.meth (Csv: csv):read: list | nilReturns the new row from
Csvornilif there are no more rows.meth (Csv: csv):write(Row: sequence): csvWrites a row to
Csv.