Breaks an array into n chunks. If the array size is not evenly divisible by n, the last chunk will hold the remainder.
Number of chunks in which to split the array.
Generated using TypeDoc
Breaks an array into n chunks. If the array size is not evenly divisible by n, the last chunk will hold the remainder.