chickadee » arrays » array-iterate-while

(array-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. If no item? is supplied, any? is used.