If `list.chunked(5)` gives me a list of lists wher...
# getting-started
p
If
list.chunked(5)
gives me a list of lists where each list has 5 elements, is there a method that would divide a list into
n
roughly equally sized chunks?