.iter() could be skipped when performing a combinator on Vector

Also important to note is that at least for vectors the filter function already exists as retain()

6 Likes