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