chickadee » arrays » array-handler-iterate

(array-handler-iterate [item?] cnt fn start)procedure

iterates function fn cnt times, starting with start of type item?, to make a new array-handler closure. If no item? is supplied, any? is used.