std.stream and std.stdio

biozic dransic at free.fr
Wed Apr 7 01:34:06 PDT 2010


Is there a plan to deprecate part of (or all of) std.stream in favor of 
new Range-implemented streams as in std.stdio? A confusing point is that 
the documentation says nothing about the redundancy of std.stdio.File 
and std.stream.File. Another one is that stdin/out/err aren't Streams. 
Also, in a recent thread, a promising byLine-readable socket IO 
implementations was favored instead of std.socketstream.

Thanks,
Nicolas.



More information about the Digitalmars-d mailing list