On Mon, 24 Feb 2014 19:08:16 +0000 (UTC), Justin Whear wrote: > > Specifically std.regex.splitter[1] creates a lazy range over the > input. > You can couple this with lazy file reading (e.g. > `File("mailbox").byChunk > (1024).joiner`). Interesting, thanks.