Splits an array into chunks of a given size.
Array to split into chunks.
Size of each chunk.
Array of chunked arrays.
Splits an array into chunks of a given size.