On Friday, 15 March 2013 at 14:40:17 UTC, Andrea Fontana wrote:
On Friday, 15 March 2013 at 14:31:43 UTC, bioinfornatics wrote:
Dear,

By using CTFE I try to get a generic range to read array or a file as a phobos range. code hosted here: http://dpaste.dzfl.pl/1f2bcf39

that works fine for array but for a File instance .eof seem to not return true a right time.

Soemone could say what happen ?

Thanks

Have you tried to cache front() result and read next block on popFront()?

that is ok. Just missed the \n the followed code should work http://dpaste.dzfl.pl/1f2bcf39

You are welcome to take it :)

Reply via email to