Creates a range of ranges of length size. If the range can't be split evenly, the final chunk` will be the remaining elements.
An input range
chunk size
Range of chunks
See Implementation
0.0.1
Creates a range of ranges of length size. If the range can't be split evenly, the final chunk` will be the remaining elements.