Re: Wrapping a forward range in another forward range

2018-06-25 Thread Rudy Raab via Digitalmars-d-learn
On Sunday, 24 June 2018 at 21:28:06 UTC, aliak wrote: On Sunday, 24 June 2018 at 20:33:32 UTC, Rudy Raab wrote: So I have an XLSX (MS Excel 2007+ file format) library that I wrote (https://github.com/TransientResponse/dlang-xlsx) that I recently converted from std.xml to dxml. That went well

Re: Wrapping a forward range in another forward range

2018-06-24 Thread aliak via Digitalmars-d-learn
On Sunday, 24 June 2018 at 20:33:32 UTC, Rudy Raab wrote: So I have an XLSX (MS Excel 2007+ file format) library that I wrote (https://github.com/TransientResponse/dlang-xlsx) that I recently converted from std.xml to dxml. That went well and it still works (much faster too). [...] I

Wrapping a forward range in another forward range

2018-06-24 Thread Rudy Raab via Digitalmars-d-learn
So I have an XLSX (MS Excel 2007+ file format) library that I wrote (https://github.com/TransientResponse/dlang-xlsx) that I recently converted from std.xml to dxml. That went well and it still works (much faster too). Now I had the idea that a lazy forward range API (like dxml itself or