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