Review of Jesse Phillips's CSV Parser
Jesse Phillips
jessekphillips+d at gmail.com
Sun Oct 30 10:02:26 PDT 2011
Thank you for the response, only one more follow-up question.
Records
Record
Don't these look easy to confuse? And funny if we didn't have type
inference.
Records records = csvText(str);
foreach(Record record; records) ...
Anyone want to complain about this suggestion? Record is private and can
only be obtained from Records (is that appropriate phrasing?).
More information about the Digitalmars-d
mailing list