type of the item
the iterable
chunk size
Chunks an iterable into fixed-size chunks.
The last chunk may be less than n if the total number of items does not divide by the chunk size.
If the chunk size is larger than the iterable, all items in the iterable will be yielded.
type of the item
the iterable
chunk size
Chunks an iterable into fixed-size chunks.
The last chunk may be less than n if the total number of items does not divide by the chunk size.
If the chunk size is larger than the iterable, all items in the iterable will be yielded.