std.file.read returns void[] why?
Spacen Jasset
spacenjasset at mailrazer.com
Wed Apr 16 06:36:20 PDT 2014
Why does the read function return void[] and not byte[]
void[] read(in char[] name, size_t upTo = size_t.max);
More information about the Digitalmars-d-learn
mailing list