Divide the elements from arg into n parts, maintaining order. Note, this method will fully iterate through arg before returning a result. If you don't want this behavior and don't care about order then use distribute instead.
arg
n
distribute
Divide the elements from
arg
inton
parts, maintaining order. Note, this method will fully iterate througharg
before returning a result. If you don't want this behavior and don't care about order then usedistribute
instead.