http://d.puremagic.com/issues/show_bug.cgi?id=4572
Summary: std.file.read return type
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2010-08-02 17:25:39 PDT ---
I am unsure about this, but I think that it is better for std.file.read() to
return something like a ubyte[] instead of a void[].
It's a problem to perform a cast(ubyte[]) in SafeD:
auto data = cast(ubyte[])std.file.read();
Or maybe in SafeD I have to use other safer functions to load binary data, like
slurp() or something similar.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------