Skip to content

v2.3.0

Compare
Choose a tag to compare
@elliotchance elliotchance released this 09 Jan 16:35
· 14 commits to master since this release
9f03773
Chunk (#184)

Chunk splits the input and returns multi slices whose length equals
chunkLength, except for the last slice which may contain fewer elements.

Co-authored-by: morrisyang <[email protected]>