NGS version 0.2.5 auto-generated documentation
Documentation index
The global namespace
each_chunk multimethod
each_chunk multimethod
Methods
each_chunk(
e:
Eachable1
,
n:
Int
,
cb:
Fun
)
experimental
Source:
stdlib.ngs:2199
Call cb with array of maximum length of n, repeatedely for all items of e. TODO: better doc