Parsing and splitting textfile

Hugo Florentino hugo at acdam.cu
Mon Feb 24 11:19:20 PST 2014


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.


More information about the Digitalmars-d-learn mailing list