[][src]Function ra_ap_stdx::partition_point

pub fn partition_point<T, P>(slice: &[T], pred: P) -> usize where
    P: FnMut(&T) -> bool