byte_flow
chunk library
chunk
byte_flow
chunk library
byte_flow
package
Libraries
baseFill
baseSortedIndex
baseWhile
byte_flow
capitalize
chunk
compact
drop
dropRight
duplicate
fill
findIndex
findLastIndex
flatten
head
initial
intersection
join
last
map
nth
pairs
slice
sortedIndex
tail
take
takeRight
union
unzip
zip
chunk
library
Functions
chunk
(
List
array
,
[
int
size
=
1
]
)
→ List
Creates an array of elements split into groups the length of
size
. If
array
can't be split evenly, the final chunk will be the remaining elements. Example
[...]
chunk library
Functions
chunk