Macro compacts_prim::search [] [src]

macro_rules! search {
    ( $start:expr, $end:expr, $func:expr ) => { ... };
}

Find the smallest index i in range at which f(i) is true, assuming that f(i) == true implies f(i+1) == true.