On 05/14/2012 11:00 AM, simendsjo wrote:
I believe byLine reuses the internal buffer. Try duping the lines: auto i = f.byLine().map!"a.idup"().array();
Thanks a lot ... that's it!
regards christian
On 05/14/2012 11:00 AM, simendsjo wrote:
I believe byLine reuses the internal buffer. Try duping the lines: auto i = f.byLine().map!"a.idup"().array();
Thanks a lot ... that's it!
regards christian