Splits the array content in size chunks of x elements each, keeps the original order of the elements.
size
array to perform the operation.
number of chunks.
Generated using TypeDoc
Splits the array content in
size
chunks of x elements each, keeps the original order of the elements.