pub trait OrdExt<T> where
    T: Ord + Clone
{ fn update_max(&mut self, new: &Self); }

Required Methods

Implementors