Trait std::vec::ImmutableTotalOrdVector

pub trait ImmutableTotalOrdVector<T: TotalOrd> {
    fn bsearch_elem(&self, x: &T) -> Option<uint>;
}

Required Methods

fn bsearch_elem(&self, x: &T) -> Option<uint>

Implementors