chickadee » arrays » array-handler-iterate-while

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

iterates function fn, starting with start of type item?, as long as fn's result passes the ok? test, to make a new array-handler closure. If no item? is supplied, any? is used.