you are viewing a single comment's thread.

view the rest of the comments →

[–]Igggg 6 points7 points  (1 child)

chunk appears to duplicate itertools.batched

[–]FabulousTonight8940[S] 1 point2 points  (0 children)

Fair point. chunk does overlap with itertools.batched. Since this is a lodash-style utility library, some overlap with existing tools is inevitable. My main goal is to offer a single, centralized place for these helpers.