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.