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

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

Binary search in slice.