Similar to PHP's array_chunks method this method will take any kind of list of chunks that are not longer than the given "length".
The list to split into chunks
The maximum number of items to put into a single chunk
Generated using TypeDoc
Similar to PHP's array_chunks method this method will take any kind of list of chunks that are not longer than the given "length".