From an iterable with unknown contents, yield arrays that contain items from the iterable up to a given limit.
The type of the elements in the iterable.
The iterable to retrieve items from.
The amount of items in each chunk.
Chunks from the provided iterable.
From an iterable with unknown contents, yield arrays that contain items from the iterable up to a given limit.