chickadee » srfi-134 » ideque-count

ideque-count pred idequeprocedure

pred is a procedure taking a single value and returning a single value. It is applied element-wise to the elements of ideque, and a count is tallied of the number of elements that produce a true value. This count is returned. The dynamic order of calls to pred is unspecified.