Want to read a whole file as utf-8

Foo via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Feb 3 10:53:26 PST 2015


How can I do that without any GC allocation? Nothing in std.file 
seems to be marked with @nogc

I'm asking since it seems very complicated to do that with C++, 
maybe D is a better choice, then we would probably move our whole 
project from C++ to D.


More information about the Digitalmars-d-learn mailing list