The new, new phobos sneak preview
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Mon Apr 6 14:43:37 PDT 2009
BCS wrote:
> Reply to Andrei,
>
>> auto a = slurp!(int, double)("filename", "%s, %s");
>>
>> Each line in the file looks like e.g. "1, 2.3". slurp returns an array
>> of Tuple!(int, double) with the parsed content.
>>
>
> It would be nice to have a version that would slurp into pre defined
> structs.
>
> struct S{ int i; double d }
>
> S[] a = slurp!(S)("filename", "%s, %s");
>
>
That's a great idea. Would be great if you could bugzillize it so it
doesn't get forgotten.
Andrei
More information about the Digitalmars-d
mailing list