rayon::iter::find_first_last

Function find_last

source
pub(super) fn find_last<I, P>(pi: I, find_op: P) -> Option<I::Item>
where I: ParallelIterator, P: Fn(&I::Item) -> bool + Sync,