This commit is contained in:
Rohit Tanwar
2018-01-09 10:23:43 +05:30
parent 67a6482d95
commit 59f23e6579
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
### chunk
Chunks an array into smaller arrays of a specified size.
Chunks an array into smaller lists of a specified size.
Uses `range` to create a list of desired size. Then use `map` on this list and fill it with splices of `arr`