BufferedInputRange revisited

Martin Nowak dawg at dawgfoto.de
Sat Mar 24 13:13:54 PDT 2012


While working on text processing again I made another
attempt at writing an InputRange buffer.

Instead of complex reference counting, that would be needed
to define save it only 'fixes' foreach, i.e. one can use
foreach to peek at the input range without actually
consuming input.

https://gist.github.com/2187220


More information about the Digitalmars-d mailing list