chickadee » arrays » array-filter

array-filter ok? arrprocedure

filters the array argument with respect to the predicate ok? Returns two values, the array of those items, which passed the test, and the array of those which don't.