On 08-Oct-12 01:42, Rene Zwanenburg wrote:
Ah yes, I understand. Thanks.For the sake of cleanliness (and Walter's article on component programming ;) ), is there a way to treat a file as an InputRange of characters? I think this is quite a common use case.
IRC something along the lines of:
foreach(dchar ch; LockingTextReader(file))
{
...
}
--
Dmitry Olshansky
