Chunks an array into smaller arrays of a specified size.
The type of elements in the array.
The original array to be chunked.
The size of each chunk.
Chunks an array into smaller arrays of a specified size.