Question regarding mir.csv.

Sergey kornburn at yandex.ru
Wed Nov 1 21:20:58 UTC 2023


On Wednesday, 1 November 2023 at 20:49:16 UTC, Zz wrote:
> Hi,
>
> Currently using std.csv and would like to do the following 
> using mir.csv.
>
> auto data = std.csv.csvReader!Layout(input).array;
>
> Are there any examples out there on using mir.csv?
>
> Regards,
> Zz

you can find some examples in source code:
https://github.com/libmir/mir-ion/blob/master/source/mir/csv.d


More information about the Digitalmars-d-learn mailing list