Function rayon::iter::find_first_last::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,