On Tue, 05 Oct 2010 19:46:37 -0400, Daniel Gibson <[email protected]>
wrote:
I'm using some of std.stream's classes (and also SocketStream) in a
project of mine (it currently uses D1 but std.Stream hasn't changed much
so all this is valid for D2 as well).
std.stream is mostly what I expect from classes for Streams (having
experience with Java's equivalents). However there are a few things that
I think could/should be improved.
[snip]
Sorry to have missed this earlier -- std.stream is going to be deprecated
AFAIK. std.stdio is what is planned to replace it.
-Steve