azalea_core::math

Function binary_search

Source
pub fn binary_search(min: i32, max: i32, predicate: &dyn Fn(i32) -> bool) -> i32