[][src]Function toolbox::alg::search::binary

pub fn binary<T>(list: &[T], item: T) -> Option<usize> where
    T: PartialOrd

Binary search in slice.