each_chunk multimethod

Methods

each_chunk(e:Eachable1, n:Int, cb:Fun)experimental Source: stdlib.ngs:3179
Call cb with array of maximum length of n, repeatedly for all items of e. TODO: better doc, rename to each() to be consistent with each(Arr, Int, Fun)?