Returns a new collection containing the original items in the
collection split into chunks of given $size. 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. If the original collection does not split evenly,
the final chunk will be smaller.