Break iterable into chunks of given size.
an iterable
chunk size [1]
chunk step [n]
x[0..n], x[s..s+n], x[2s..2s+n], ...
Generated using TypeDoc
Break iterable into chunks of given size.