chickadee » srfi-214 » flexvector-filter

flexvector-filter pred? fvprocedure

Constructs a new flexvector consisting of only the elements of fv for which pred? returns a non-#f value. flexvector-filter/index passes the index of each element as the first argument to pred?, and the element itself as the second argument.