On Tue, Mar 14, 2017 at 12:30:13PM +, Era Scarecrow via Digitalmars-d-learn
wrote:
> On Tuesday, 14 March 2017 at 10:00:24 UTC, Tetiana wrote:
> > Build fails with the following error:
>
> Just looking at the Documentation, Generator is an InputRange and
> chunks requires a ForwardRange (able
On Tuesday, 14 March 2017 at 10:00:24 UTC, Tetiana wrote:
Build fails with the following error:
Just looking at the Documentation, Generator is an InputRange
and chunks requires a ForwardRange (able to use save
functionality).
So the API doesn't match up more or less.
https://dlang.org/p