chickadee » srfi-214 » flexvector-count

flexvector-count pred? fv1 fv2 ...procedure

Counts the number of parallel elements in the flexvectors that satisfy pred?, which is applied, for each index i in the range [0, length) where length is the length of the smallest flexvector argument, to each parallel element in the flexvectors, in order.