Returns a new collection containing the original items in the
collection split into chunks of given $size. This chunking operation preserves the keys. If the original
collection does not split evenly, the final chunk will be
smaller.
Returns a new collection containing the original items in the
collection split into chunks of given $size. This chunking operation preserves the keys. If the original
collection does not split evenly, the final chunk will be
smaller.