What's going to replace std.stream?

cy via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Feb 6 14:20:34 PST 2016


On Saturday, 6 February 2016 at 08:24:59 UTC, Jakob Ovrum wrote:
> foreach(chunk; File("path/to/file").byChunk(16 * 1024))

Ohh, cool so the streaming...ish logic is in std.stdio now. I 
thought that module was only for text output.


More information about the Digitalmars-d-learn mailing list