lower_bound

Function lower_bound 

Source
pub fn lower_bound(
    range: Range<usize>,
    prop: &dyn Fn(usize) -> bool,
) -> Option<usize>
Expand description

Returns the smallest index on [l, r) satisfying the condition.