Split the given array in chunks.
Two dimensional array with arrays of length chunkSize. The last subarray could be shorter.
Array to be split into chunks.
Size of the chunks.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Split the given array in chunks.
Returns
Two dimensional array with arrays of length chunkSize. The last subarray could be shorter.