Martin Hořeňovský 693647c43f
Add ChunkGenerator
This generator collects values from the underlying generator until it
has a specified amount of them, and then returns them in one "chunk".
In case the underlying generator does not have enough elements for
a specific chunk, the left-over elements are discarded.

Closes #1538
2019-02-23 20:28:58 +01:00
..
2018-09-08 11:05:52 +02:00
2018-09-08 11:05:52 +02:00
2019-01-19 13:32:39 +01:00
2019-02-23 20:28:58 +01:00
2019-01-22 12:37:03 +01:00
2018-09-08 11:05:52 +02:00
2019-02-12 19:58:12 +01:00
2018-11-05 19:38:37 +01:00