find_all 2.0.0

A (nearly) identical alternative for `Iterator::find` which returns an `Option<Vec<usize>>` containing all elements which meet a given predicate (instead of just the first)
Documentation