Splits an array into chunks of a specified size.
The array to split into chunks.
The size of each chunk.
An array of arrays, each containing a chunk of the original array.
Splits an array into chunks of a specified size.