chickadee » arrays » array-iterate-until

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

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