Splits the array content in size chunks of x elements each, does not keep 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, does not keep the original order of the elements.