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
..
2017-09-07 17:25:15 +02:00
2017-12-09 20:17:47 +01:00
2019-01-13 19:01:12 +01:00
2019-02-23 20:28:58 +01:00
2017-09-07 17:25:15 +02:00
2017-08-30 15:53:39 +02:00
2019-02-08 10:41:23 +01:00
2019-02-08 10:41:23 +01:00
2017-07-27 11:32:01 +02:00
2019-01-31 10:43:06 +01:00
2019-01-13 10:26:47 +01:00
2019-01-10 13:07:54 +01:00
2019-01-11 11:55:51 +01:00
2019-02-12 19:58:12 +01:00