On Friday, 10 August 2012 at 01:39:32 UTC, Andrew wrote:
I'm trying to read in a csv file. The examples in the docs for std.csv
all assume you're reading from a string rather than a file.

It requires a range of dchar. I believe there is an undocumented function to get a dchar range out of a File, but as it is undocumented...

std.file.readText() will be your friend.

Reply via email to